From e5dad098ab23d5ce96b3299368af03cc21b2ce87 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Thu, 21 May 2020 21:39:12 +0200 Subject: [PATCH] Prepared for release --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 686a8a4cc..bc1cd29cd 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ pom.xml.versionsBackup .classpath ph-json/citylots.json ph-xml/felix-cache/ +zz diff --git a/README.md b/README.md index 6ce00dfc6..475b530e0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This project was the following modules: ## News and noteworthy -* v9.4.3 - work in progress +* v9.4.3 - 2020-05-21 * Extended tests - thanks to @dliang2000 * Extended `NonBlockingCharArrayWriter` with non-throwing `write` overloads * Changed `IJsonObject` API to favour `addJson` instead of `add` because of different nullness