Packages

Erlang/Elixir Cloud Framework Health Check CloudI Service

Current section

3 Versions

Jump to

Compare versions

4 files changed
+5 additions
-5 deletions
  @@ -1,6 +1,6 @@
1 1 MIT License
2 2
3 - Copyright (c) 2009-2022 Michael Truog <mjtruog at protonmail dot com>
3 + Copyright (c) 2009-2023 Michael Truog <mjtruog at protonmail dot com>
4 4
5 5 Permission is hereby granted, free of charge, to any person obtaining a
6 6 copy of this software and associated documentation files (the "Software"),
  @@ -19,5 +19,5 @@
19 19 {<<"name">>,<<"cloudi_core">>},
20 20 {<<"optional">>,false},
21 21 {<<"repository">>,<<"hexpm">>},
22 - {<<"requirement">>,<<">= 2.0.5">>}]]}.
23 - {<<"version">>,<<"2.0.5">>}.
22 + {<<"requirement">>,<<">= 2.0.6">>}]]}.
23 + {<<"version">>,<<"2.0.6">>}.
  @@ -4,7 +4,7 @@
4 4 {deps,
5 5 [{cloudi_core, ".*",
6 6 {git, "https://github.com/CloudI/cloudi_core.git",
7 - {tag, "v2.0.5"}}}]}.
7 + {tag, "v2.0.6"}}}]}.
8 8
9 9 {erl_opts,
10 10 [deterministic,
  @@ -3,7 +3,7 @@
3 3
4 4 {application, cloudi_service_health_check,
5 5 [{description, "Health Check CloudI Service"},
6 - {vsn, "2.0.5"},
6 + {vsn, "2.0.6"},
7 7 {modules, [
8 8 cloudi_service_health_check
9 9 ]},