Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa1977 committed Jun 14, 2018
1 parent 8465375 commit 4d274c9
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 @@ -37,7 +37,7 @@ Usage:
Be sure to include a dependency in your mix.exs:

```elixir
deps: [{:fsm, "~> 0.3.0"}, ...]
deps: [{:fsm, "~> 0.3.1"}, ...]
```

```elixir
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 Fsm.Mixfile do
def project do
[
app: :fsm,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.1",
deps: deps(),
package: [
Expand Down

0 comments on commit 4d274c9

Please sign in to comment.