summaryrefslogtreecommitdiff
path: root/ebin/plop.app
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-17 09:35:27 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-17 09:35:27 +0200
commita34637a8162aa0cbd8835513bc143e051dd1e503 (patch)
treee75e634776f94f4fd52dcb2b391a8a043f7f4a4c /ebin/plop.app
parent3eabea607e7da4a5e3fa42668f470301d38509c5 (diff)
Bump version to 0.1.1-dev.
Pity we didn't bump before 0.1.0. Well.
Diffstat (limited to 'ebin/plop.app')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
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]},