Skip to content

Commit

Permalink
Fix unreadable interact files
Browse files Browse the repository at this point in the history
  • Loading branch information
chhh committed Feb 18, 2019
1 parent b4d0820 commit a4c038e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'com.dmtavt'
version = '1.2.b03'
version = '1.2.1'

description = """DeltaMass - detection and visualization of common mass shifts in proteomic searches."""

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dmtavt/deltamass/Bundle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deltamass.version.current=1.1
deltamass.version.current=1.2.1
2 changes: 1 addition & 1 deletion src/main/java/com/dmtavt/deltamass/DeltaMassInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public final class DeltaMassInfo {
private static final EventBus bus = EventBus.getDefault();

public static final String Name = "DeltaMass";
public static final String Ver = "1.2.b03";
public static final String Ver = "1.2.1";

private static final String PROP_VER = "deltamass.version.current";
private static final String PROP_DOWNLOAD_URL = "deltamass.download.url";
Expand Down

0 comments on commit a4c038e

Please sign in to comment.