Skip to content

Commit 689ea97

Browse files
committed
Prepare release 2.8.2
1 parent 4803b37 commit 689ea97

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

+1-1
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>2.8.1</version>
7+
<version>2.8.2</version>
88

99
<name>Cloudgene</name>
1010
<url>http://www.cloudgene.io</url>

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/html/webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudgene",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
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/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
public class Main {
3838

39-
public static final String VERSION = "2.8.1";
39+
public static final String VERSION = "2.8.2";
4040

4141
private Database database;
4242

0 commit comments

Comments
 (0)