Skip to content

Commit

Permalink
add Simplex.start_link so it can be used in a supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkittelson committed Sep 17, 2014
1 parent 819e4b6 commit 1e2e876
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 @@ -16,7 +16,7 @@ Install the [Hex.pm](http://hex.pm) package
```elixir
def deps do
[
{:simplex, "0.2.1"}
{:simplex, "0.2.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
major: 0
minor: 2
patch: 1
patch: 2
pre:

0 comments on commit 1e2e876

Please sign in to comment.