Skip to content

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Balser committed Jun 20, 2019
1 parent cb63e76 commit 9f8777a
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 `elsa` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:elsa, "~> 0.2.1"}
{:elsa, "~> 0.3.0"}
]
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.2.1",
version: "0.3.0",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 9f8777a

Please sign in to comment.