We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944f811 commit b5f6a74Copy full SHA for b5f6a74
README.md
@@ -10,7 +10,7 @@ This package can be installed via Hex:
10
1. Add siphash to your list of dependencies in `mix.exs`:
11
12
def deps do
13
- [{:siphash, "~> 3.1.0"}]
+ [{:siphash, "~> 3.1.1"}]
14
end
15
16
2. Ensure siphash is started before your application:
mix.exs
@@ -26,7 +26,7 @@ defmodule SipHash.Mixfile do
26
},
27
maintainers: [ "Isaac Whitfield" ]
28
29
- version: "3.1.0",
+ version: "3.1.1",
30
elixir: "~> 1.1",
31
aliases: [
32
clean: [ "clean", "clean.make" ]
0 commit comments