0.1.0 (for realz)
This commit is contained in:
parent
68f4cd2c37
commit
8eee96c6ba
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -5,6 +5,7 @@ defmodule ConcurrentLimiter.MixProject do
|
|||
def project do
|
||||
[
|
||||
app: :concurrent_limiter,
|
||||
description: "A concurrency limiter",
|
||||
version: "0.1.0",
|
||||
elixir: "~> 1.9",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
|
|
Loading…
Reference in a new issue