You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2021/02/16 17:31:19 UTC

[couchdb-jiffy] 05/12: Jiffy 1.0.6

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-jiffy.git

commit 046035068f136ec4536ddd7c4b7b2b9aba592aea
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Thu Oct 22 09:54:33 2020 -0500

    Jiffy 1.0.6
---
 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 e3a43af..6b08c2a 100644
--- a/src/jiffy.app.src
+++ b/src/jiffy.app.src
@@ -1,6 +1,6 @@
 {application, jiffy, [
     {description, "JSON Decoder/Encoder."},
-    {vsn, "1.0.5"},
+    {vsn, "1.0.6"},
     {registered, []},
     {applications, [kernel, stdlib, xmerl]},
     {maintainers, ["Paul J. Davis"]},