We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e20fe10 + d830019 commit 89bf1baCopy full SHA for 89bf1ba
2 files changed
README.md
@@ -12,7 +12,7 @@ The package can be installed by adding `rabbit` to your list of dependencies in
12
```elixir
13
def deps do
14
[
15
- {:rabbit, "~> 0.11"}
+ {:rabbit, "~> 0.12"}
16
]
17
end
18
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Rabbit.MixProject do
2
use Mix.Project
3
4
- @version "0.11.0"
+ @version "0.12.0"
5
6
def project do
7
0 commit comments