Skip to content

Commit e748da0

Browse files
committed
Version 2.0.7.
1 parent 998a51a commit e748da0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mix.exs

Lines changed: 2 additions & 2 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.6",
9+
version: "2.0.7",
1010
language: :erlang,
1111
erlc_options: [
1212
:deterministic,
@@ -22,7 +22,7 @@ defmodule CloudIServiceHttpCowboy do
2222

2323
defp deps do
2424
[{:cowboy, ">= 1.1.2"},
25-
{:cloudi_core, ">= 2.0.6"}]
25+
{:cloudi_core, ">= 2.0.7"}]
2626
end
2727

2828
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.6"}}},
7+
{tag, "v2.0.7"}}},
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.6"}}},
13+
{tag, "v2.0.7"}}},
1414
{trie, ".*",
1515
{git, "https://github.com/okeuday/trie.git",
16-
{tag, "v2.0.6"}}}]}.
16+
{tag, "v2.0.7"}}}]}.
1717

1818
{erl_opts,
1919
[deterministic,

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.6"},
6+
{vsn, "2.0.7"},
77
{modules, [
88
cloudi_http_cowboy1_handler,
99
cloudi_service_http_cowboy1

0 commit comments

Comments
 (0)