summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-23 11:00:06 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-23 11:00:06 +0200
commit0b253574667acde453a50a2b61cf46d6f7a6c86e (patch)
tree89f5dc7fd4787d91b01414fcc7db55eb83a4ac42 /ebin
parentf6d8e82e9c781b2cade1468460d7f84474200924 (diff)
Bump version and add a blurb to NEWS.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
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]},