From f9788804c8802ec7924cd62535115f9bd46fdd51 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 8 Oct 2015 13:27:21 +0200 Subject: Bump version. --- NEWS.md | 2 ++ ebin/plop.app | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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]}, -- cgit v1.1