You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/06/07 16:01:53 UTC

[08/12] jiffy commit: updated refs/heads/master to 99a3d43

Jiffy 0.14.11


Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/06aaf440
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/06aaf440
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/06aaf440

Branch: refs/heads/master
Commit: 06aaf440e091c9fd5f8aea557ac760a33bd37130
Parents: 79feaa5
Author: Paul J. Davis <pa...@gmail.com>
Authored: Fri Dec 30 20:59:49 2016 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Fri Dec 30 20:59:49 2016 -0600

----------------------------------------------------------------------
 src/jiffy.app.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/06aaf440/src/jiffy.app.src
----------------------------------------------------------------------
diff --git a/src/jiffy.app.src b/src/jiffy.app.src
index 92b44cb..7e08e12 100644
--- a/src/jiffy.app.src
+++ b/src/jiffy.app.src
@@ -1,6 +1,6 @@
 {application, jiffy, [
     {description, "JSON Decoder/Encoder."},
-    {vsn, "0.14.10"},
+    {vsn, "0.14.11"},
     {registered, []},
     {applications, [kernel, stdlib]},
     {maintainers, ["Paul J. Davis"]},