Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aalhossary committed Nov 3, 2021
1 parent 7f5aa38 commit a889056
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>corsslinx</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<repositories>
<repository>
<id>local-maven-repo</id>
Expand Down
2 changes: 1 addition & 1 deletion src/amralhossary/bonds/ParsingUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ private JPanel getAboutContentPane() {
private JLabel getAboutVersionLabel() {
if (aboutVersionLabel == null) {
aboutVersionLabel = new JLabel();
aboutVersionLabel.setText("<html><center>Protein Crosslinkcs Explorer<br>Version 0.1.2 <b>(BETA)</B></center></html>");
aboutVersionLabel.setText("<html><center>Protein Crosslinkcs Explorer<br>Version 0.1.3 <b>(BETA)</B></center></html>");
aboutVersionLabel.setHorizontalAlignment(SwingConstants.CENTER);
}
return aboutVersionLabel;
Expand Down
Binary file modified target/crosslinx.jar
Binary file not shown.

0 comments on commit a889056

Please sign in to comment.