summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-03-08 15:38:39 +0100
committerLinus Nordberg <linus@nordu.net>2017-03-08 15:38:39 +0100
commit4dfd028d9235a75a22f572a0d210afd5a35c7d2c (patch)
treeb891e4c812411843e3bfa4cb50edded3f7957d86 /ebin
parentfaa85ea6b35abf89d80d5578fa192defe0873741 (diff)
Ready for plop-0.10.2.plop-0.10.2maint-0.10
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 c3308fa..06bdca3 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.10.1"},
+ {vsn, "0.10.2"},
{modules, [plop_app, plop_sup, plop, db, ht, hex, tlv]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},