Skip to content

Commit

Permalink
Fetch wsock 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
madtrick committed Apr 15, 2014
1 parent f968a83 commit f17e925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Change Log

### 1.1.1
* Update rebar.confi to fetch wsock 1.1.5

### 1.1.0
* Typespec fixes
* Include makefile and deprecate rake tasks
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{rebar_feature_runner, ".*", {git, "https://github.com/madtrick/rebar_feature_runner",
"bcbf1ba"}},
{reloader, ".", {git, "https://github.com/oinksoft/reloader.git", "36b5a55"}},
{wsock, ".*", {git, "https://github.com/madtrick/wsock", {tag, "1.1.4"}}}
{wsock, ".*", {git, "https://github.com/madtrick/wsock", {tag, "1.1.5"}}}
]}.

{plugins, [rebar_feature_runner]}.

0 comments on commit f17e925

Please sign in to comment.