Skip to content

Commit

Permalink
Bumped to the next micro version.
Browse files Browse the repository at this point in the history
Includes several bug fixes (last 5 or 6 commits since previous bug-fix
release).
  • Loading branch information
oubiwann committed Jan 7, 2017
1 parent 9588d22 commit 4603fc8
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 @@ -30,13 +30,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.2.2"}}}
{iso8601, ".*", {git, "https://github.com/erlsci/iso8601.git", {tag, "1.2.3"}}}
```

Or for `rebar3`:

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

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.2.2"},
{vsn,"1.2.3"},
{registered,[]},
{modules,[iso8601]},
{applications,[kernel,stdlib]},
Expand Down

0 comments on commit 4603fc8

Please sign in to comment.