Skip to content

Commit 4c1fc51

Browse files
committed
Bump version to 2.0.5
1 parent 21f51c1 commit 4c1fc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Hashids.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/alco/hashids-elixir"
5-
@version "2.0.4"
5+
@version "2.0.5"
66

77
def project do
88
[
@@ -31,7 +31,7 @@ defmodule Hashids.Mixfile do
3131
defp deps do
3232
[
3333
{:benchfella, "~> 0.2", only: :bench},
34-
{:ex_doc, "> 0.0.0", only: :dev, runtime: false},
34+
{:ex_doc, "> 0.0.0", only: :dev, runtime: false}
3535
]
3636
end
3737

0 commit comments

Comments
 (0)