Skip to content

Commit d861ae3

Browse files
committed
Prepare release v1.3.0
1 parent f2e6ae7 commit d861ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>genepi</groupId>
77
<artifactId>imputationserver-utils</artifactId>
8-
<version>1.2.1</version>
8+
<version>1.3.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>University of Michigan Imputation Server</name>

src/main/java/genepi/imputationserver/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class App {
1212

1313
public static final String APP = "imputationserver-utils";
1414

15-
public static final String VERSION = "1.2.1";
15+
public static final String VERSION = "1.3.0";
1616

1717
public static final String URL = "https://github.com/genepi/imputationserver-utils";
1818

0 commit comments

Comments
 (0)