Skip to content

Commit

Permalink
Bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaturan committed Sep 8, 2018
1 parent 712b337 commit 9d49dcc
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 @@ -90,7 +90,7 @@ The package can be installed by adding `event_bus` to your list of dependencies

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

0 comments on commit 9d49dcc

Please sign in to comment.