Skip to content

Commit

Permalink
Prepare release 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Mar 23, 2024
1 parent 2b7b02f commit a8ded7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cloudgene</groupId>
<artifactId>cloudgene</artifactId>
<version>2.8.4</version>
<version>2.8.5</version>

<name>Cloudgene</name>
<url>http://www.cloudgene.io</url>
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "cloudgene",
"version": "2.8.4",
"version": "2.8.5",
"description": "Cloudgene web client",
"homepage": "http://www.cloudgene.io",
"author": "Lukas Forer <lukas.forer@i-med.ac.at (http://www.forer.it)",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cloudgene/mapred/Main.java
Expand Up @@ -36,7 +36,7 @@

public class Main {

public static final String VERSION = "2.8.4";
public static final String VERSION = "2.8.5";

private Database database;

Expand Down

0 comments on commit a8ded7a

Please sign in to comment.