Skip to content

Commit

Permalink
Update Ranch to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Mar 6, 2013
1 parent fddd4a7 commit e16fae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See LICENSE for licensing information.

PROJECT = cowboy
RANCH_VSN = 0.6.1
RANCH_VSN = 0.6.2
ERLC_OPTS ?= -Werror +debug_info +warn_export_all +warn_export_vars \
+warn_shadow_vars +warn_obsolete_guard # +bin_opt_info +warn_missing_spec

Expand Down
2 changes: 1 addition & 1 deletion examples/elixir_hello_world/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule ElixirHelloWorld.Mixfile do
end

defp deps do
[ {:ranch, github: "extend/ranch", tag: "0.6.1"},
[ {:ranch, github: "extend/ranch", tag: "0.6.2"},
{:cowboy, github: "extend/cowboy"} ]
end
end
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{deps, [
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.1"}}
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.2"}}
]}.

0 comments on commit e16fae1

Please sign in to comment.