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