Skip to content

Commit

Permalink
Preparing new version v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Mar 30, 2018
1 parent 7fab449 commit 5448c53
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
@@ -1,6 +1,8 @@
# ChangeLog

## WIP Version

## 0.14.0
- Adding support for wildcard transitions - [Pull Request](https://github.com/joaomdmoura/machinery/pull/32)

## 0.13.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:machinery, "~> 0.13.0"}
{:machinery, "~> 0.14.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 Machinery.Mixfile do
def project do
[
app: :machinery,
version: "0.13.0",
version: "0.14.0",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit 5448c53

Please sign in to comment.