Skip to content

Commit

Permalink
Merge branch 'main' of github.com:genepi/cloudgene3
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Oct 30, 2024
2 parents 2ae362f + ba6d693 commit 39be21d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cloudgene</groupId>
<artifactId>cloudgene</artifactId>
<version>3.0.4</version>
<version>3.1.0</version>
<packaging>${packaging}</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion src/main/html/webapp/package-lock.json

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

2 changes: 1 addition & 1 deletion src/main/html/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudgene",
"version": "3.0.4",
"version": "3.1.0",
"description": "Cloudgene web client",
"homepage": "http://www.cloudgene.io",
"author": "Lukas Forer <[email protected] (http://www.forer.it)",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cloudgene/mapred/server/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Context
public class Application {

public static final String VERSION = "3.0.4";
public static final String VERSION = "3.1.0";

private Database database;

Expand Down

0 comments on commit 39be21d

Please sign in to comment.