Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Apr 2, 2020
1 parent 189c246 commit c0a63e6
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.1.2"},
{:crudry, "~> 2.2.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.1.2",
version: "2.2.0",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
compilers: [:gettext] ++ Mix.compilers,
Expand Down

0 comments on commit c0a63e6

Please sign in to comment.