From ff09515865ed871f6fe55db37ed0df7e8bbc8a1c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 3 Apr 2015 19:36:31 +0200 Subject: Bump version to 0.6.0-dev. --- ebin/plop.app | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ebin/plop.app') diff --git a/ebin/plop.app b/ebin/plop.app index 4d07d2b..d506334 100644 --- a/ebin/plop.app +++ b/ebin/plop.app @@ -1,10 +1,11 @@ %%% Copyright (c) 2014, NORDUnet A/S. %%% See LICENSE for licensing information. -%%% Application resource file for plop (in -*- erlang -*- mode). +%%% Application resource file for plop. + {application, plop, [{description, "The plop store"}, - {vsn, "0.2.0-dev"}, + {vsn, "0.6.0-dev"}, {modules, [plop_app, plop_sup, plop, db, ht, hex]}, {applications, [kernel, stdlib]}, % crypto, public_key {registered, [plop, ht, db]}, -- cgit v1.1