From 031f9dbbf6c31b83585569cd290504f006540a77 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 5 Jan 2018 13:12:20 -0600 Subject: [PATCH] This is 0.15.0 --- src/jiffy.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jiffy.app.src b/src/jiffy.app.src index 6014d20..a20d1ac 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, "0.14.13"}, + {vsn, "0.15.0"}, {registered, []}, {applications, [kernel, stdlib]}, {maintainers, ["Paul J. Davis"]},