Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed May 12, 2017
1 parent 27d2837 commit 5373b13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SystemRegistry

## v0.1.1
* Bug Fixes
* Processes were being monitored multiple times
* State processor was not handling deletes properly
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SystemRegistry.Mixfile do

def project do
[app: :system_registry,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.4 or ~> 1.5.0-dev",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 5373b13

Please sign in to comment.