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 f9e281a commit 2ef22e8Copy full SHA for 2ef22e8
mix.exs
@@ -8,7 +8,7 @@ defmodule Mutex.Mixfile do
8
This package implements a simple mutex as a GenServer. It allows to await
9
locked keys and handles locking multiple keys without deadlocks.
10
""",
11
- version: "1.3.1",
+ version: "1.3.2",
12
elixir: "~> 1.7",
13
build_embedded: Mix.env() == :prod,
14
start_permanent: Mix.env() == :prod,
0 commit comments