Skip to content

Commit

Permalink
Bumped version for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed May 13, 2021
1 parent b561eb9 commit 3d00d4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright © 2011-2014, Sean Sawyer
Copyright © 2012, Tristan Sloughter
Copyright © 2016-2020, Erlang-Aided Enrichment Center
Copyright © 2016-2021, Erlang-Aided Enrichment Center

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ 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.1"}}}
```

Or for `rebar3`:

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

Format a timestamp or calendar datetime tuple:
Expand Down Expand Up @@ -127,7 +121,7 @@ The MIT License (MIT)
Copyright © 2011-2014, Sean Sawyer
Copyright © 2012, Tristan Sloughter
Copyright © 2016-2020, Erlang-Aided Enrichment Center
Copyright © 2016-2021, Erlang-Aided Enrichment Center
```


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

0 comments on commit 3d00d4f

Please sign in to comment.