diff --git a/build.xml b/build.xml index 12191fb..7195265 100644 --- a/build.xml +++ b/build.xml @@ -27,7 +27,7 @@ -
eLog Client API Version 3.3.0
+
eLog Client API Version 3.3.1
Electronic Logbook Client API Overview
diff --git a/doc/release-notes.html b/doc/release-notes.html index ff9a68d..e9f8ee3 100644 --- a/doc/release-notes.html +++ b/doc/release-notes.html @@ -6,7 +6,7 @@

Java eloglib Release Notes

-

January 29, 2020 - Version 3.3.0

+

January 29, 2020 - Version 3.3.1

Support for automatically setting author to user in client certificate and other tweaks (Thanks Bobby).

May 14, 2019 - Version 3.2.0

Forced schema validation disabled as it is unreliable over network and also unnecessary anyways.

diff --git a/src/org/jlab/elog/Library.java b/src/org/jlab/elog/Library.java index 344b613..679cede 100644 --- a/src/org/jlab/elog/Library.java +++ b/src/org/jlab/elog/Library.java @@ -13,7 +13,7 @@ */ public final class Library { - private static final String VERSION = "3.3.0"; + private static final String VERSION = "3.3.1"; private static Properties configuration; static {