From a34637a8162aa0cbd8835513bc143e051dd1e503 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 17 Sep 2014 09:35:27 +0200 Subject: Bump version to 0.1.1-dev. Pity we didn't bump before 0.1.0. Well. --- ebin/plop.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebin/plop.app b/ebin/plop.app index 82ec9c4..5efb2c9 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.0.1"}, + {vsn, "0.1.1-dev"}, {modules, [plop_app, plop_sup, plop, db, ht, hex]}, {applications, [kernel, stdlib, mnesia]}, % crypto, public_key {registered, [plop, ht, db]}, -- cgit v1.1