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

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ixuz committed Jan 2, 2019
1 parent 56dc48f commit ccbc527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2'
version '0.3'

sourceCompatibility = 1.7
repositories {
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
@@ -1,7 +1,7 @@
package com.ictreport.ixi.utils;

public class Constants {
public static final String VERSION = "0.2";
public static final String VERSION = "0.3";
public static final String RCS_HOST = "api.ictreport.com";
public static final int RCS_PORT = 14265;
}

0 comments on commit ccbc527

Please sign in to comment.