summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2017-02-11 01:27:08 +0100
committerLinus Nordberg <linus@nordu.net>2017-02-11 01:27:08 +0100
commit8feab15047ea459eba1653b77157192f28ae5183 (patch)
treec8e9edb2af2947d9594792d177e355c521493ce2 /ebin
parentc8341fa8ff7b2fe406442ab874533e4fb151dcc6 (diff)
Ready for 0.10.1.
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 079f986..c3308fa 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.10.0"},
+ {vsn, "0.10.1"},
{modules, [plop_app, plop_sup, plop, db, ht, hex, tlv]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},