This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb-jiffy.git
commit c8adb641be21ef1660ee80e8234257c5173006c0 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Tue Jun 30 20:16:18 2026 -0400 Version 2.0.2 --- 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 4d960be..ef3d70a 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, "2.0.1"}, + {vsn, "2.0.2"}, {registered, []}, {applications, [kernel, stdlib, xmerl]}, {maintainers, ["Paul J. Davis", "Nick Vatamaniuc"]},
