From cdd2d16b4acd17ab74cd0610857d07a547f052ab Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 21 Sep 2015 09:57:36 +0200 Subject: plop-0.8.0. --- NEWS.md | 2 +- ebin/plop.app | 2 +- 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]}, -- cgit v1.1