Skip to content

Commit f4006f3

Browse files
committed
Version 2.0.4.
1 parent 617b155 commit f4006f3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule CloudIServiceHttpCowboy do
66

77
def project do
88
[app: :cloudi_service_http_cowboy1,
9-
version: "2.0.3",
9+
version: "2.0.4",
1010
language: :erlang,
1111
erlc_options: [
1212
:debug_info,
@@ -29,8 +29,8 @@ defmodule CloudIServiceHttpCowboy do
2929
end
3030

3131
defp deps do
32-
[{:cowboy, "~> 1.1.2", app: false},
33-
{:cloudi_core, "~> 2.0.3", app: false}]
32+
[{:cowboy, ">= 1.1.2"},
33+
{:cloudi_core, ">= 2.0.4"}]
3434
end
3535

3636
defp description do

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
{deps,
55
[{cloudi_core, ".*",
66
{git, "https://github.com/CloudI/cloudi_core.git",
7-
{tag, "v2.0.3"}}},
7+
{tag, "v2.0.4"}}},
88
{cowboy, ".*",
99
{git, "https://github.com/ninenines/cowboy.git",
1010
{tag, "1.1.2"}}},
1111
{uuid, ".*",
1212
{git, "https://github.com/okeuday/uuid.git",
13-
{tag, "v2.0.3"}}},
13+
{tag, "v2.0.4"}}},
1414
{trie, ".*",
1515
{git, "https://github.com/okeuday/trie.git",
16-
{tag, "v2.0.3"}}}]}.
16+
{tag, "v2.0.4"}}}]}.
1717

1818
{erl_opts,
1919
[debug_info,

src/cloudi_service_http_cowboy1.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{application, cloudi_service_http_cowboy1,
55
[{description, "cowboy1 HTTP CloudI Service"},
6-
{vsn, "2.0.3"},
6+
{vsn, "2.0.4"},
77
{modules, [
88
cloudi_http_cowboy1_handler,
99
cloudi_service_http_cowboy1

0 commit comments

Comments
 (0)