From a3c36d652cc7f5f942d3f23ee9dd5a488746c70e Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Thu, 10 Dec 2020 10:04:05 -0600 Subject: [PATCH] Jiffy 1.0.7 --- 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 6b08c2a..7047715 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, "1.0.6"}, + {vsn, "1.0.7"}, {registered, []}, {applications, [kernel, stdlib, xmerl]}, {maintainers, ["Paul J. Davis"]},