diff --git a/README.md b/README.md index dc3c490..7009151 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add `ncalendar` to your project dependencies. ```erl %%% e.g., rebar.config {deps, [ - {ncalendar, {git, "git@github.com:nomasystems/ncalendar.git", {tag, "0.1.0"}}} + {ncalendar, {git, "git@github.com:nomasystems/ncalendar.git", {tag, "0.2.0"}}} ]}. ``` @@ -44,7 +44,7 @@ Add `ncalendar` to your project dependencies. | ------------ | -------- | | precision | `millisecond` | | extended | boolean() | - +- `rfc2109` ## Support diff --git a/src/ncalendar.app.src b/src/ncalendar.app.src index 8c5e14c..2988e08 100644 --- a/src/ncalendar.app.src +++ b/src/ncalendar.app.src @@ -1,7 +1,7 @@ {application, ncalendar, [ {description, "An OTP library for the manipulation of a binary representation of dates and times"}, - {vsn, "0.1.0"}, + {vsn, "0.2.0"}, {registered, []}, {applications, [kernel, stdlib]}, {env, []}