Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
railsmechanic committed Jul 7, 2020
1 parent 8e763f7 commit 17406a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ The package can be installed as Hex package:

```elixir
def deps do
[{:nanoid, "~> 2.0.3"}]
[{:nanoid, "~> 2.0.4"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Nanoid.Mixfile do
def project do
[
app: :nanoid,
version: "2.0.3",
version: "2.0.4",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 17406a7

Please sign in to comment.