Skip to content

Commit

Permalink
Prepare release 2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Nov 27, 2018
1 parent 6a1dad2 commit 6b624e6
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cloudgene</groupId>
<artifactId>cloudgene</artifactId>
<version>2.0.0-rc1</version>
<version>2.0.0-rc2</version>
<repositories>
<repository>
<id>maven-restlet</id>
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": "2.0.0-rc1",
"version": "2.0.0-rc2",
"dependencies": {
"@fortawesome/fontawesome-free": "5.3.1",
"bootbox": "4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cloudgene/mapred/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

public class Main implements Daemon {

public static final String VERSION = "2.0.0-rc1";
public static final String VERSION = "2.0.0-rc2";

private Database database;

Expand Down

0 comments on commit 6b624e6

Please sign in to comment.