Skip to content

Commit

Permalink
Bumped version for new community contributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed May 24, 2018
1 parent d4f00b4 commit fdb0fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Thanks to Github's forwarding for project renames and moves, the following still
Add it to your `rebar.config` deps:

```erlang
{iso8601, ".*", {git, "https://github.com/erlsci/iso8601.git", {tag, "1.3"}}}
{iso8601, ".*", {git, "https://github.com/erlsci/iso8601.git", {tag, "1.3.1"}}}
```

Or for `rebar3`:

```erlang
{iso8601, {git, "https://github.com/erlsci/iso8601.git", {tag, "1.3"}}}
{iso8601, {git, "https://github.com/erlsci/iso8601.git", {tag, "1.3.1"}}}
```

Format a timestamp or calendar datetime tuple:
Expand Down
2 changes: 1 addition & 1 deletion src/iso8601.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,iso8601,
[{description,"An ISO 8601 date formating and parsing library for Erlang"},
{vsn,"1.3"},
{vsn,"1.3.1"},
{registered,[]},
{modules,[iso8601]},
{applications,[kernel,stdlib]},
Expand Down

0 comments on commit fdb0fd1

Please sign in to comment.