Skip to content

Commit

Permalink
Merge pull request #129 from WTTJ/new-version-0.4.1
Browse files Browse the repository at this point in the history
chore: new version 0.4.1
  • Loading branch information
davidjulien authored Nov 7, 2024
2 parents d4c2fc3 + bc2aab8 commit 711e9e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The package can be installed by adding `chargebeex` to your list of dependencies
# mix.exs
def deps do
[
{:chargebeex, "~> 0.4.0"}
{:chargebeex, "~> 0.4.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/chargebeex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Chargebeex do
# mix.exs
def deps do
[
{:chargebeex, "~> 0.4.0"}
{:chargebeex, "~> 0.4.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Chargebeex.MixProject do
},
source_url: @source_url,
homepage_url: @source_url,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 711e9e2

Please sign in to comment.