Skip to content

Commit

Permalink
Bump version to 1.0.0-rc.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenen authored Jun 23, 2020
1 parent fc2f088 commit dd89ca2
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 @@ -18,7 +18,7 @@ The package can be installed by adding `elsa` to your list of dependencies in `m
```elixir
def deps do
[
{:elsa, "~> 0.11"}
{:elsa, "~> 1.0.0-rc.1"}
]
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 Elsa.MixProject do
def project do
[
app: :elsa,
version: "0.12.3",
version: "1.0.0-rc.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit dd89ca2

Please sign in to comment.