Skip to content

Commit

Permalink
[BREAKING] 4.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley committed Jun 21, 2024
1 parent 595fcfc commit 7dc4ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ by adding `walex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:walex, "~> 3.8.0"}
{:walex, "~> 4.0.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule WalEx.MixProject do
def project do
[
app: :walex,
version: "3.8.0",
version: "4.0.0",
elixir: "~> 1.15",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 7dc4ae3

Please sign in to comment.