Skip to content

Commit 55fcad1

Browse files
committed
Bump version: 2.1.1 → 2.2.0
1 parent 9aa4a9c commit 55fcad1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.1
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
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.1.1"}
18+
{:qr_code, "~> 2.2.0"}
1919
]
2020
end
2121
```

mix.exs

Lines changed: 1 addition & 1 deletion
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.1.1"
4+
@version "2.2.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)