Release 0.1.1
This commit is contained in:
parent
d81be41024
commit
7cfb7fc535
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [Unreleased]
|
||||
## [0.1.1] 2020-09-13
|
||||
|
||||
### Added
|
||||
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -6,7 +6,7 @@ defmodule ConcurrentLimiter.MixProject do
|
|||
[
|
||||
app: :concurrent_limiter,
|
||||
description: "A concurrency limiter",
|
||||
version: "0.1.0",
|
||||
version: "0.1.1",
|
||||
elixir: "~> 1.9",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
deps: deps(),
|
||||
|
|
Loading…
Reference in a new issue