Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaturan committed Aug 6, 2018
1 parent 6396094 commit 0d6213a
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 @@ -88,7 +88,7 @@ The package can be installed by adding `event_bus` to your list of dependencies

```elixir
def deps do
[{:event_bus, "~> 1.4.0"}]
[{:event_bus, "~> 1.4.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 EventBus.Mixfile do
def project do
[
app: :event_bus,
version: "1.4.0",
version: "1.4.1",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 0d6213a

Please sign in to comment.