Skip to content

Commit 7bd86c1

Browse files
committed
v0.0.8 release
1 parent 4ef9d70 commit 7bd86c1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mix.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule HttpRouter.Mixfile do
33

44
def project do
55
[ app: :http_router,
6-
version: "0.0.7",
6+
version: "0.0.8",
77
elixir: "~> 1.0",
88
deps: deps,
99
name: "HttpRouter",
@@ -39,8 +39,8 @@ defmodule HttpRouter.Mixfile do
3939
end
4040

4141
defp package do
42-
%{ contributors: [ "Shane Logsdon" ],
42+
%{ maintainers: [ "Shane Logsdon" ],
4343
licenses: [ "MIT" ],
44-
links: %{ "GitHub" => "https://github.com/slogsdon/elixir-http-router" } }
44+
links: %{ "GitHub" => "https://github.com/sugar-framework/elixir-http-router" } }
4545
end
4646
end

mix.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%{"cowboy": {:hex, :cowboy, "1.0.2"},
2-
"cowlib": {:hex, :cowlib, "1.0.1"},
1+
%{"cowboy": {:hex, :cowboy, "1.0.4"},
2+
"cowlib": {:hex, :cowlib, "1.0.2"},
33
"dialyze": {:hex, :dialyze, "0.2.0"},
44
"earmark": {:hex, :earmark, "0.1.17"},
55
"ex_doc": {:hex, :ex_doc, "0.7.3"},
@@ -9,8 +9,8 @@
99
"idna": {:hex, :idna, "1.0.2"},
1010
"inch_ex": {:hex, :inch_ex, "0.3.3"},
1111
"jsx": {:hex, :jsx, "2.6.2"},
12-
"plug": {:hex, :plug, "0.14.0"},
12+
"plug": {:hex, :plug, "1.1.1"},
1313
"poison": {:hex, :poison, "1.4.0"},
14-
"ranch": {:hex, :ranch, "1.1.0"},
14+
"ranch": {:hex, :ranch, "1.2.1"},
1515
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"},
1616
"xml_builder": {:hex, :xml_builder, "0.0.6"}}

0 commit comments

Comments
 (0)