Skip to content

Commit

Permalink
chore: v0.2.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecriane authored Apr 17, 2023
1 parent cf3b696 commit 588e8e2
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 @@ -11,7 +11,7 @@ Add `ncalendar` to your project dependencies.
```erl
%%% e.g., rebar.config
{deps, [
{ncalendar, {git, "[email protected]:nomasystems/ncalendar.git", {tag, "0.1.0"}}}
{ncalendar, {git, "[email protected]:nomasystems/ncalendar.git", {tag, "0.2.0"}}}
]}.
```

Expand Down Expand Up @@ -44,7 +44,7 @@ Add `ncalendar` to your project dependencies.
| ------------ | -------- |
| precision | `millisecond` |
| extended | boolean() |

- `rfc2109`

## Support

Expand Down
2 changes: 1 addition & 1 deletion src/ncalendar.app.src
Original file line number Diff line number Diff line change
@@ -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, []}
Expand Down

0 comments on commit 588e8e2

Please sign in to comment.