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

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trifel committed Feb 13, 2019
1 parent 03e749f commit 8754d19
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.ictreport'
version '0.4'
version '0.4.1'

sourceCompatibility = 1.7
repositories {
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Report.ixi",
"version": "0.4",
"version": "0.4.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ictreport/ixi/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Constants {

public static final String VERSION = "0.4";
public static final String VERSION = "0.4.1";
public static final String RCS_HOST = "api.ictreport.com";
public static final int RCS_PORT = 14265;
public static final String TAG = "REPORT9IXI99999999999999999";
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Report.ixi",
"version": "0.4",
"version": "0.4.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"0.3": "0.3.2",
"0.4": "0.4"
"0.4": "0.4.1"
}

0 comments on commit 8754d19

Please sign in to comment.