We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c6c74 commit 381fb63Copy full SHA for 381fb63
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.3.0
+current_version = 2.3.1
3
commit = True
4
tag = True
5
README.md
@@ -15,7 +15,7 @@ This library is useful for generating QR code to your projects.
15
```elixir
16
def deps do
17
[
18
- {:qr_code, "~> 2.3.0"}
+ {:qr_code, "~> 2.3.1"}
19
]
20
end
21
```
mix.exs
@@ -1,7 +1,7 @@
defmodule QRCode.MixProject do
use Mix.Project
- @version "2.3.0"
+ @version "2.3.1"
6
def project do
7
0 commit comments