Skip to content

Commit b5f6a74

Browse files
committed
Bump to v3.1.1
1 parent 944f811 commit b5f6a74

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
@@ -10,7 +10,7 @@ This package can be installed via Hex:
1010
1. Add siphash to your list of dependencies in `mix.exs`:
1111

1212
def deps do
13-
[{:siphash, "~> 3.1.0"}]
13+
[{:siphash, "~> 3.1.1"}]
1414
end
1515

1616
2. Ensure siphash is started before your application:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule SipHash.Mixfile do
2626
},
2727
maintainers: [ "Isaac Whitfield" ]
2828
},
29-
version: "3.1.0",
29+
version: "3.1.1",
3030
elixir: "~> 1.1",
3131
aliases: [
3232
clean: [ "clean", "clean.make" ]

0 commit comments

Comments
 (0)