summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md2
-rw-r--r--ebin/plop.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 7984bd2..1ca39e0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# Changes in plop 0.8.0-dev
+# Changes in plop 0.8.0 - 2015-09-21
## Features
diff --git a/ebin/plop.app b/ebin/plop.app
index 7b13b24..0ada3ad 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.8.0-dev"},
+ {vsn, "0.8.0"},
{modules, [plop_app, plop_sup, plop, db, ht, hex, tlv]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},