diff --git a/Makefile b/Makefile index 1abb921..2b0e9fa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT = cowboy_cors DEPS = cowboy -dep_cowboy = https://github.com/extend/cowboy.git 0.8.6 +dep_cowboy = https://github.com/extend/cowboy.git 1.0.1 include erlang.mk diff --git a/rebar.config b/rebar.config index 86485fb..ba91202 100644 --- a/rebar.config +++ b/rebar.config @@ -2,5 +2,5 @@ {erl_opts, [warnings_as_errors]}. {deps, [ - {cowboy, ".*", {git, "https://github.com/extend/cowboy.git", "0.8.6"}} + {cowboy, ".*", {git, "https://github.com/extend/cowboy.git", "1.0.1"}} ]}. diff --git a/src/cowboy_cors.app.src b/src/cowboy_cors.app.src index ab582c9..1cc9ab7 100644 --- a/src/cowboy_cors.app.src +++ b/src/cowboy_cors.app.src @@ -1,7 +1,7 @@ {application, cowboy_cors, [ {description, "Cross-Origin Resource Sharing middleware for cowboy"}, - {vsn, "0.3.0"}, + {vsn, "0.3.1"}, {modules, []}, {applications, [kernel, stdlib, cowboy]}, {registered, []},