summaryrefslogtreecommitdiff
path: root/ebin/plop.app
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-04-13 20:31:07 +0200
committerLinus Nordberg <linus@nordberg.se>2015-04-13 20:31:07 +0200
commitc05b0076657d2bee05e55b54a98cd255f979ae94 (patch)
treefa5343115be718177e6fa692610f4f513fb8f207 /ebin/plop.app
parent2ac67493e601c198cbcd469713bf4a672428ffde (diff)
plop-0.6.0.
Diffstat (limited to 'ebin/plop.app')
-rw-r--r--ebin/plop.app4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index d506334..759af2f 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -1,11 +1,11 @@
-%%% Copyright (c) 2014, NORDUnet A/S.
+%%% Copyright (c) 2014-2015, NORDUnet A/S.
%%% See LICENSE for licensing information.
%%% Application resource file for plop.
{application, plop,
[{description, "The plop store"},
- {vsn, "0.6.0-dev"},
+ {vsn, "0.6.0"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},