diff options
author | Linus Nordberg <linus@nordu.net> | 2017-03-08 15:38:39 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-08 15:38:39 +0100 |
commit | 4dfd028d9235a75a22f572a0d210afd5a35c7d2c (patch) | |
tree | b891e4c812411843e3bfa4cb50edded3f7957d86 /ebin | |
parent | faa85ea6b35abf89d80d5578fa192defe0873741 (diff) |
Ready for plop-0.10.2.plop-0.10.2maint-0.10
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/plop.app | 2 |
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]}, |