Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Aug 9, 2019
1 parent d854f98 commit 36e32de
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.0.0"},
{:crudry, "~> 2.0.1"},
]
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.0.0",
version: "2.0.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
compilers: [:gettext] ++ Mix.compilers,
Expand Down

0 comments on commit 36e32de

Please sign in to comment.