Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-i-t-a committed Oct 2, 2024
1 parent e6b7de9 commit 3181dd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.1.0
commit = True
tag = True

Expand All @@ -10,4 +10,3 @@ replace = @version "{new_version}"
[bumpversion:file:README.md]
search = {{:qr_code, "~> {current_version}"}}
replace = {{:qr_code, "~> {new_version}"}}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This library is useful for generating QR code to your projects.
```elixir
def deps do
[
{:qr_code, "~> 3.0.0"}
{:qr_code, "~> 3.1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule QRCode.MixProject do
use Mix.Project

@version "3.0.0"
@version "3.1.0"

def project do
[
Expand Down

0 comments on commit 3181dd4

Please sign in to comment.