Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 7, 2019
1 parent 26f8e50 commit 7a857e9
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions src/cuttlefish.app.src
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
%% vim:ft=erlang:

{application, cuttlefish,
[
{description, "cuttlefish configuration abstraction"},
{vsn, "2.2.0"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},

{licenses, ["Apache"]},
{links, [{"GitHub", "https://github.com/Kyorai/cuttlefish"}]}
]}.
{application,cuttlefish,
[{description,"cuttlefish configuration abstraction"},
{vsn,"2.2.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{licenses,["Apache"]},
{links,[{"GitHub","https://github.com/Kyorai/cuttlefish"}]}]}.

0 comments on commit 7a857e9

Please sign in to comment.