Skip to content

Commit

Permalink
Bump to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed May 19, 2016
1 parent 40c0813 commit c553712
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 @@ -10,7 +10,7 @@ This package can be installed via Hex:
1. Add siphash to your list of dependencies in `mix.exs`:

def deps do
[{:siphash, "~> 3.0.0"}]
[{:siphash, "~> 3.0.1"}]
end

2. Ensure siphash is started before your application:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule SipHash.Mixfile do
},
maintainers: [ "Isaac Whitfield" ]
},
version: "3.0.0",
version: "3.0.1",
elixir: "~> 1.1",
aliases: [
clean: [ "clean", "clean.make" ]
Expand Down

0 comments on commit c553712

Please sign in to comment.