Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Sep 9, 2021
1 parent 6ad2146 commit f0002f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ Add AMQP as a dependency in your `mix.exs` file.
```elixir
def deps do
[
{:amqp, "~> 3.0.0-rc.1"}
{:amqp, "~> 3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -2,7 +2,7 @@ defmodule AMQP.Mixfile do
use Mix.Project

@source_url "https://github.com/pma/amqp"
@version "3.0.0-rc.1"
@version "3.0.0"

def project do
[
Expand Down

0 comments on commit f0002f8

Please sign in to comment.