We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4df0f7 commit 5ce6c91Copy full SHA for 5ce6c91
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.1.0
+current_version = 3.1.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, "~> 3.1.0"}
+ {:qr_code, "~> 3.1.1"}
19
]
20
end
21
```
mix.exs
@@ -1,7 +1,7 @@
defmodule QRCode.MixProject do
use Mix.Project
- @version "3.1.0"
+ @version "3.1.1"
6
def project do
7
0 commit comments