Skip to content

Commit 381fb63

Browse files
committed
Bump version: 2.3.0 → 2.3.1
1 parent 59c6c74 commit 381fb63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.0
2+
current_version = 2.3.1
33
commit = True
44
tag = True
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This library is useful for generating QR code to your projects.
1515
```elixir
1616
def deps do
1717
[
18-
{:qr_code, "~> 2.3.0"}
18+
{:qr_code, "~> 2.3.1"}
1919
]
2020
end
2121
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule QRCode.MixProject do
22
use Mix.Project
33

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

66
def project do
77
[

0 commit comments

Comments
 (0)