From 0b253574667acde453a50a2b61cf46d6f7a6c86e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 23 Sep 2014 11:00:06 +0200 Subject: Bump version and add a blurb to NEWS. --- ebin/plop.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/plop.app b/ebin/plop.app index fd30cde..d017331 100644 --- a/ebin/plop.app +++ b/ebin/plop.app @@ -4,7 +4,7 @@ %%% Application resource file for plop (in -*- erlang -*- mode). {application, plop, [{description, "The plop store"}, - {vsn, "0.1.1"}, + {vsn, "0.2.0-dev"}, {modules, [plop_app, plop_sup, plop, db, ht, hex]}, {applications, [kernel, stdlib, mnesia]}, % crypto, public_key {registered, [plop, ht, db]}, -- cgit v1.1