Skip to content

Commit

Permalink
Merge branch '5.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hplahar committed May 11, 2021
2 parents 8add227 + e22cdf1 commit e756a30
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jbei</groupId>
<artifactId>ice</artifactId>
<packaging>war</packaging>
<version>5.9.1</version>
<version>5.9.2</version>
<name>ice</name>
<description>Inventory of Composable Elements (ICE) for Synthetic Biology</description>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jbei/ice/lib/config/SiteSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
public class SiteSettings implements IDataTransferModel {

private String version = "5.9.1";
private String version = "5.9.2";
private String assetName;
private boolean hasLogo;
private boolean hasLoginMessage;
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/scripts/lib/open-vector-editor/main.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/views/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<div class="text-right" style="white-space: nowrap;">
&copy;&nbsp;<a href="https://github.com/JBEI/ice">JBEI ICE Registry</a> <span
class="label label-primary">5.9.1</span><br>
class="label label-primary">5.9.2</span><br>
All rights reserved. <br>
<a href="https://github.com/JBEI/ice/issues/new">Submit an Issue</a>&nbsp; <span class="text-muted">|</span>
&nbsp;<a href="http://ice.jbei.org/">Help</a>
Expand Down

0 comments on commit e756a30

Please sign in to comment.