summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-10-08 13:27:21 +0200
committerLinus Nordberg <linus@nordu.net>2015-10-08 13:27:21 +0200
commitf9788804c8802ec7924cd62535115f9bd46fdd51 (patch)
treeec543162bf4158a5201d32cdbd5376e1be24ca9f
parentcdd2d16b4acd17ab74cd0610857d07a547f052ab (diff)
Bump version.
-rw-r--r--NEWS.md2
-rw-r--r--ebin/plop.app2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 1ca39e0..219c1c3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,5 @@
+# Changes in plop 0.9.0-dev
+
# Changes in plop 0.8.0 - 2015-09-21
## Features
diff --git a/ebin/plop.app b/ebin/plop.app
index 0ada3ad..874962e 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.8.0"},
+ {vsn, "0.9.0-dev"},
{modules, [plop_app, plop_sup, plop, db, ht, hex, tlv]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},