Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Dec 15, 2021
1 parent 6f730af commit de01b57
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 @@ -19,7 +19,7 @@ by adding `casex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:casex, "~> 0.4.1"}
{:casex, "~> 0.4.2"}
]
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 Casex.MixProject do
def project do
[
app: :casex,
version: "0.4.1",
version: "0.4.2",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit de01b57

Please sign in to comment.