Skip to content

Commit

Permalink
Bump version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaturan committed Aug 4, 2018
1 parent 4ec02e9 commit 77811a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add missing tests for existence check
- Update time spent calculation for EventSource block
- Remove support for system event tracing (Updated the wiki to create wrapper for system event tracing)
- Dialyzer enhancements
- Test and documentation enhancements

## [1.2.X] - 2018.02.24

Expand Down
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.3.7"}]
[{:event_bus, "~> 1.3.8"}]
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.3.7",
version: "1.3.8",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 77811a8

Please sign in to comment.