Skip to content

Commit 0f6603d

Browse files
authored
Merge pull request #159 from cedricgarcia-wttj/chore/new-version-0.6.0
chore: new version 0.6.0
2 parents a1d215c + a49b54f commit 0f6603d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The package can be installed by adding `chargebeex` to your list of dependencies
2222
# mix.exs
2323
def deps do
2424
[
25-
{:chargebeex, "~> 0.5.0"}
25+
{:chargebeex, "~> 0.6.0"}
2626
]
2727
end
2828
```

lib/chargebeex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule Chargebeex do
1414
# mix.exs
1515
def deps do
1616
[
17-
{:chargebeex, "~> 0.5.0"}
17+
{:chargebeex, "~> 0.6.0"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Chargebeex.MixProject do
1616
},
1717
source_url: @source_url,
1818
homepage_url: @source_url,
19-
version: "0.5.0",
19+
version: "0.6.0",
2020
elixir: "~> 1.12",
2121
elixirc_paths: elixirc_paths(Mix.env()),
2222
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)