Skip to content

Commit 2ef22e8

Browse files
committed
new version 1.3.2
1 parent f9e281a commit 2ef22e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Mutex.Mixfile do
88
This package implements a simple mutex as a GenServer. It allows to await
99
locked keys and handles locking multiple keys without deadlocks.
1010
""",
11-
version: "1.3.1",
11+
version: "1.3.2",
1212
elixir: "~> 1.7",
1313
build_embedded: Mix.env() == :prod,
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)