Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Set version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ixuz committed Mar 29, 2019
1 parent 22f67df commit 6fe2179
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.ictreport'
version '0.5.3-SNAPSHOT'
version '0.6'

sourceCompatibility = 1.7
repositories {
Expand All @@ -13,7 +13,7 @@ repositories {
}

dependencies {
compile 'com.github.iotaledger:ict:33c4673748b829c32310ff26ee8912ea29a9636f'
compile 'com.github.iotaledger:ict:872cee6fb910bac97239e3dd55b78a9e7d6cc5e1'
compile 'com.google.code.gson:gson:2.8.5'
compile group: 'org.danilopianini', name: 'gson-extras', version: '0.2.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.11.1'
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Report.ixi",
"version": "0.5.3-SNAPSHOT",
"version": "0.6",
"main_class": "org.iota.ict.ixi.ReportIxi",
"description": "This IXI module collects transaction metrics in order to provide extra services such as visualizers and monitoring tools.",
"repository": "trifel/Report.ixi",
"gui_port": -1,
"supported_versions": ["0.5", "0.5.1"]
"supported_versions": ["0.6"]
}
3 changes: 2 additions & 1 deletion src/main/java/com/ictreport/ixi/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

public class Constants {

public static final String VERSION = "0.5.3-SNAPSHOT";
public static final String VERSION = "0.6";
public static final String RCS_API = "http://api.ictreport.com/v1";
public static final String TAG = "REPORT9IXI99999999999999999";
public static final String REPORT_IXI_CONFIG_FILE = "modules/report.ixi-" + Constants.VERSION + ".jar.cfg";
public static final int REQUEST_TIMEOUT = 10;

private static final List<String> previousVersions = Arrays.asList(
"0.5.3-SNAPSHOT",
"0.5.2",
"0.5.2-SNAPSHOT",
"0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/module.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Report.ixi",
"version": "0.5.3-SNAPSHOT",
"version": "0.6",
"main_class": "org.iota.ict.ixi.ReportIxi",
"description": "This IXI module collects transaction metrics in order to provide extra services such as visualizers and monitoring tools.",
"repository": "trifel/Report.ixi",
"gui_port": -1,
"supported_versions": ["0.5", "0.5.1"]
"supported_versions": ["0.6"]
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"0.3": "0.3.2",
"0.4": "0.4.1",
"0.5": "0.5.2",
"0.5.1": "0.5.2"
"0.5.1": "0.5.2",
"0.6": "0.6"
}

0 comments on commit 6fe2179

Please sign in to comment.