Skip to content

Commit a4c038e

Browse files
committed
Fix unreadable interact files
1 parent b4d0820 commit a4c038e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'com.dmtavt'
12-
version = '1.2.b03'
12+
version = '1.2.1'
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
deltamass.version.current=1.1
1+
deltamass.version.current=1.2.1

src/main/java/com/dmtavt/deltamass/DeltaMassInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public final class DeltaMassInfo {
2020
private static final EventBus bus = EventBus.getDefault();
2121

2222
public static final String Name = "DeltaMass";
23-
public static final String Ver = "1.2.b03";
23+
public static final String Ver = "1.2.1";
2424

2525
private static final String PROP_VER = "deltamass.version.current";
2626
private static final String PROP_DOWNLOAD_URL = "deltamass.download.url";

0 commit comments

Comments
 (0)