summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 511a117..e1408b5 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,5 @@
+# Changes in plop 0.7.0-dev
+
# Changes in plop 0.6.0 - 2015-04-13
## Incompatible changes
diff --git a/ebin/plop.app b/ebin/plop.app
index 759af2f..abf81fd 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.6.0"},
+ {vsn, "0.7.0-dev"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},