Skip to content

Commit

Permalink
Version bump to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Feb 22, 2022
1 parent 0995f8d commit 28c44d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In your `rebar.config`:

```erlang
{deps, [
{jchash, "0.1.2"}
{jchash, "0.1.3"}
]}.
```

Expand Down
2 changes: 1 addition & 1 deletion src/jchash.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, jchash, [
{description, "Jump Consistent Hash NIF library for Erlang/Elixir."},
{vsn, "0.1.2"},
{vsn, "0.1.3"},
{registered, []},
{applications, [kernel, stdlib]},
{env,[]},
Expand Down

0 comments on commit 28c44d4

Please sign in to comment.