Skip to content

Commit

Permalink
Version 2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Jun 21, 2023
1 parent e834527 commit 998a51a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: erlang
otp_release:
- 24.2
- 24.3.1
- 23.3.1
- 22.3.4
- 22.3.4.25
before_script:
- rebar get-deps
script: rebar compile
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2009-2022 Michael Truog <mjtruog at protonmail dot com>
Copyright (c) 2009-2023 Michael Truog <mjtruog at protonmail dot com>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule CloudIServiceHttpCowboy do

def project do
[app: :cloudi_service_http_cowboy1,
version: "2.0.5",
version: "2.0.6",
language: :erlang,
erlc_options: [
:deterministic,
Expand All @@ -22,7 +22,7 @@ defmodule CloudIServiceHttpCowboy do

defp deps do
[{:cowboy, ">= 1.1.2"},
{:cloudi_core, ">= 2.0.5"}]
{:cloudi_core, ">= 2.0.6"}]
end

defp description do
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
{deps,
[{cloudi_core, ".*",
{git, "https://github.com/CloudI/cloudi_core.git",
{tag, "v2.0.5"}}},
{tag, "v2.0.6"}}},
{cowboy, ".*",
{git, "https://github.com/ninenines/cowboy.git",
{tag, "1.1.2"}}},
{uuid, ".*",
{git, "https://github.com/okeuday/uuid.git",
{tag, "v2.0.5"}}},
{tag, "v2.0.6"}}},
{trie, ".*",
{git, "https://github.com/okeuday/trie.git",
{tag, "v2.0.5"}}}]}.
{tag, "v2.0.6"}}}]}.

{erl_opts,
[deterministic,
Expand Down
2 changes: 1 addition & 1 deletion src/cloudi_service_http_cowboy1.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{application, cloudi_service_http_cowboy1,
[{description, "cowboy1 HTTP CloudI Service"},
{vsn, "2.0.5"},
{vsn, "2.0.6"},
{modules, [
cloudi_http_cowboy1_handler,
cloudi_service_http_cowboy1
Expand Down

0 comments on commit 998a51a

Please sign in to comment.