Skip to content

Commit 17406a7

Browse files
committed
Bump version
1 parent 8e763f7 commit 17406a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed as Hex package:
1515

1616
```elixir
1717
def deps do
18-
[{:nanoid, "~> 2.0.3"}]
18+
[{:nanoid, "~> 2.0.4"}]
1919
end
2020
```
2121

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Nanoid.Mixfile do
44
def project do
55
[
66
app: :nanoid,
7-
version: "2.0.3",
7+
version: "2.0.4",
88
elixir: "~> 1.4",
99
start_permanent: Mix.env() == :prod,
1010
description: description(),

0 commit comments

Comments
 (0)