Skip to content

Commit

Permalink
[bump] v1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
sescobb27 committed Apr 3, 2019
1 parent 12ba8d4 commit 52663da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `ex_rabbitmq_pool` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_rabbitmq_pool, "~> 0.1.0"}
{:ex_rabbitmq_pool, "~> 1.0.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule BugsBunny.MixProject do
def project do
[
app: :ex_rabbit_pool,
version: "0.1.0",
version: "1.0.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 52663da

Please sign in to comment.