Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Jun 7, 2021
1 parent 57193b8 commit 68628ff
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 @@ -17,7 +17,7 @@ The package can be installed by adding `crudry` to your list of dependencies in
```elixir
def deps do
[
{:crudry, "~> 2.3.1"},
{:crudry, "~> 2.4.0"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Crudry.MixProject do
def project do
[
app: :crudry,
version: "2.3.1",
version: "2.4.0",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
compilers: [:gettext] ++ Mix.compilers,
Expand Down

0 comments on commit 68628ff

Please sign in to comment.