From 7602deef034527c136b3bebc006b91ee87e785b4 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 1 Nov 2017 14:30:09 -0500 Subject: [PATCH] Bump to 0.14.13 --- 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 4bbc3f7..6014d20 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, "0.14.12"}, + {vsn, "0.14.13"}, {registered, []}, {applications, [kernel, stdlib]}, {maintainers, ["Paul J. Davis"]},