diff --git a/build.gradle b/build.gradle index 7ff395a..75d2bef 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.ictreport' -version '0.5.3-SNAPSHOT' +version '0.6' sourceCompatibility = 1.7 repositories { @@ -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' diff --git a/module.json b/module.json index a85e1b8..101667d 100644 --- a/module.json +++ b/module.json @@ -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"] } \ No newline at end of file diff --git a/src/main/java/com/ictreport/ixi/utils/Constants.java b/src/main/java/com/ictreport/ixi/utils/Constants.java index 3513256..4d8c46d 100644 --- a/src/main/java/com/ictreport/ixi/utils/Constants.java +++ b/src/main/java/com/ictreport/ixi/utils/Constants.java @@ -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 previousVersions = Arrays.asList( + "0.5.3-SNAPSHOT", "0.5.2", "0.5.2-SNAPSHOT", "0.5.1", diff --git a/src/main/resources/module.json b/src/main/resources/module.json index a85e1b8..101667d 100644 --- a/src/main/resources/module.json +++ b/src/main/resources/module.json @@ -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"] } \ No newline at end of file diff --git a/versions.json b/versions.json index 5810dc2..cbe5a77 100644 --- a/versions.json +++ b/versions.json @@ -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" }