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 b74c78357478237b6eae2c60df3938c71e0cee3e Author: Nick Vatamaniuc <[email protected]> AuthorDate: Fri Jun 12 20:18:14 2026 -0400 Version 2.0.1 --- 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 77aa248..4d960be 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -1,6 +1,6 @@ {application, jiffy, [ {description, "JSON Decoder/Encoder."}, - {vsn, "2.0.0"}, + {vsn, "2.0.1"}, {registered, []}, {applications, [kernel, stdlib, xmerl]}, {maintainers, ["Paul J. Davis", "Nick Vatamaniuc"]},
