From ea54777856d1d6a300ee728cfc5ae6e4378a0e7e Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Mon, 13 May 2019 09:13:54 -0500 Subject: [PATCH] 1.0.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 c48ffe7..fa19713 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, "0.15.2"}, + {vsn, "1.0.0"}, {registered, []}, {applications, [kernel, stdlib, xmerl]}, {maintainers, ["Paul J. Davis"]},