Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericentin committed Jul 3, 2016
1 parent 6d6527c commit 8ff4d47
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.2 (2016-07-03)

Documentation spelling error fixed. Compilation warnings fixed.

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

Minor doc punctuation error fixed, and docs regenerated with latest `ex_doc` so that optional callbacks are notated.
Expand Down
2 changes: 1 addition & 1 deletion lib/gen_state_machine.ex
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defmodule GenStateMachine do
#=> 1
Again, we start our `Switch` by calling `start_link/3`, passing the module
with the server implmentation and its initial argument, and interacting with
with the server implementation and its initial argument, and interacting with
it via **call** and **cast**.
However, in `:state_functions` callback mode, every time you do a `call/3` or
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.1"
@version "1.0.2"

def project do
[app: :gen_state_machine,
Expand Down

0 comments on commit 8ff4d47

Please sign in to comment.