Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericentin committed Jun 23, 2016
1 parent b47c9d9 commit c7af4cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for v1.0

## v1.0.1 (2016-06-23)

Minor doc punctuation error fixed, and docs regenerated with latest `ex_doc` so that optional callbacks are notated.

## v1.0.0 (2016-06-23)

### Backwards incompatible changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ added to `Logger`.

```elixir
def deps do
[{:gen_state_machine, "~> 1.0.0"}]
[{:gen_state_machine, "~> 1.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
defmodule GenStateMachine.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.0.1"

def project do
[app: :gen_state_machine,
Expand Down

0 comments on commit c7af4cc

Please sign in to comment.