Skip to content

Commit ba6d693

Browse files
committed
Prepare release 3.1.0
1 parent 572916c commit ba6d693

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>cloudgene</groupId>
66
<artifactId>cloudgene</artifactId>
7-
<version>3.0.4</version>
7+
<version>3.1.0</version>
88
<packaging>${packaging}</packaging>
99

1010
<parent>

src/main/html/webapp/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/html/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudgene",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"description": "Cloudgene web client",
55
"homepage": "http://www.cloudgene.io",
66
"author": "Lukas Forer <[email protected] (http://www.forer.it)",

src/main/java/cloudgene/mapred/server/Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
@Context
3333
public class Application {
3434

35-
public static final String VERSION = "3.0.4";
35+
public static final String VERSION = "3.1.0";
3636

3737
private Database database;
3838

0 commit comments

Comments
 (0)