Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 3a842c9

Browse files
authored
Bump version to 2.3.0 (#125)
1 parent 89febcf commit 3a842c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The project currently provides the following functionality:
2525

2626
~~~elixir
2727
def deps do
28-
[{:gen_rmq, "~> 2.2.0"}]
28+
[{:gen_rmq, "~> 2.3.0"}]
2929
end
3030
~~~
3131

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GenRMQ.Mixfile do
22
use Mix.Project
33

4-
@version "2.2.0"
4+
@version "2.3.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)