From 3d00d4f08ae6c477732ff8ee9699fed707b60bc9 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Thu, 13 May 2021 12:27:47 -0500 Subject: [PATCH] Bumped version for next release. --- LICENSE | 2 +- README.md | 10 ++-------- src/iso8601.app.src | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 0c82a6c..d4bfdbc 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 34ab960..3fe76eb 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ``` diff --git a/src/iso8601.app.src b/src/iso8601.app.src index 01a089c..7d03395 100644 --- a/src/iso8601.app.src +++ b/src/iso8601.app.src @@ -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]},