Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpra1 committed Feb 16, 2021
1 parent 48447fc commit cb3b0a7
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 @@ -10,7 +10,7 @@ Documentation can be found at [https://hexdocs.pm/ex_signal](https://hexdocs.pm/

```elixir
def deps do
[{:ex_signal, "~> 0.2.1"}]
[{:ex_signal, "~> 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 @@ -6,7 +6,7 @@ defmodule ExSignal.MixProject do
def project do
[
app: :ex_signal,
version: "0.2.1",
version: "0.3.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit cb3b0a7

Please sign in to comment.