summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-04-25 06:38:46 +0200
committerLinus Nordberg <linus@nordberg.se>2015-04-25 06:38:46 +0200
commitbbccb14d1be52a3375b44da7c68323c30c0ce985 (patch)
tree7ec428dd33c77759e790dc286e3f671f92530650 /ebin
parentad1e479a9f7e0d6ccff7edb0409a668cae38dc55 (diff)
Ready for plop-0.7.0.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index abf81fd..56a1b56 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.7.0-dev"},
+ {vsn, "0.7.0"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},