Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jan 29, 2020
1 parent df8cb6a commit b81b987
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</target>
<target name="doc">
<javadoc packagenames="org.jlab.elog,org.jlab.elog.exception" sourcepath="${src.dir}" destdir="${dist.dir}/javadoc" overview="${src.dir}/overview.html">
<header>eLog Client API Version 3.3.0</header>
<header>eLog Client API Version 3.3.1</header>
<doctitle>Electronic Logbook Client API Overview</doctitle>
<link href="https://docs.oracle.com/javase/7/docs/api/"/>
</javadoc>
Expand Down
2 changes: 1 addition & 1 deletion doc/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<h1>Java eloglib Release Notes</h1>
<h2>January 29, 2020 - Version 3.3.0</h2>
<h2>January 29, 2020 - Version 3.3.1</h2>
<p>Support for automatically setting author to user in client certificate and other tweaks (Thanks Bobby).</p>
<h2>May 14, 2019 - Version 3.2.0</h2>
<p>Forced schema validation disabled as it is unreliable over network and also unnecessary anyways.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/org/jlab/elog/Library.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b81b987

Please sign in to comment.