Skip to content

Commit

Permalink
Update to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiLiCn committed Oct 7, 2020
1 parent d3b3d1c commit f802b62
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 54 deletions.
94 changes: 42 additions & 52 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>PDV</groupId>
<artifactId>PDV</artifactId>
<packaging>jar</packaging>
<version>1.6.2</version>
<version>1.7.0</version>
<name>PDV</name>
<url>https://github.com/wenbostar/PDV</url>
<description>An integrative proteomics viewer</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/PDVGUI/gui/PDVMainClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public class PDVMainClass extends JFrame {
/**
* Version
*/
private static final String VERSION = "1.6.2";
private static final String VERSION = "1.7.0";

/**
* Main class
Expand Down

0 comments on commit f802b62

Please sign in to comment.