Packages

Simple term storage for System Registry

Current section

2 Versions

Jump to

Compare versions

2 files changed
+4 additions
-4 deletions
  @@ -11,7 +11,7 @@
11 11 {<<"links">>,
12 12 [{<<"Github">>,
13 13 <<"https://github.com/nerves-project/system_registry_term_storage">>}]}.
14 - {<<"maintainers">>,[<<"Justin Schneck">>]}.
14 + {<<"maintainers">>,[<<"Justin Schneck">>,<<"Frank Hunleth">>]}.
15 15 {<<"name">>,<<"system_registry_term_storage">>}.
16 16 {<<"requirements">>,
17 17 [[{<<"app">>,<<"system_registry">>},
  @@ -19,4 +19,4 @@
19 19 {<<"optional">>,false},
20 20 {<<"repository">>,<<"hexpm">>},
21 21 {<<"requirement">>,<<"~> 0.7">>}]]}.
22 - {<<"version">>,<<"0.1.0">>}.
22 + {<<"version">>,<<"0.1.1">>}.
  @@ -4,7 +4,7 @@ defmodule SystemRegistry.TermStorage.Mixfile do
4 4 def project do
5 5 [
6 6 app: :system_registry_term_storage,
7 - version: "0.1.0",
7 + version: "0.1.1",
8 8 elixir: "~> 1.5",
9 9 start_permanent: Mix.env == :prod,
10 10 description: description(),
  @@ -36,7 +36,7 @@ defmodule SystemRegistry.TermStorage.Mixfile do
36 36 end
37 37
38 38 defp package do
39 - [maintainers: ["Justin Schneck"],
39 + [maintainers: ["Justin Schneck", "Frank Hunleth"],
40 40 licenses: ["Apache 2.0"],
41 41 links: %{"Github" => "https://github.com/nerves-project/system_registry_term_storage"}]
42 42 end