Skip to content

Commit

Permalink
Updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilhande committed Apr 24, 2018
1 parent a8564a4 commit 2c177cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= LitleOnline CHANGELOG

==Version 10.8.1 (April 24, 2018)
* BugFix: Set content-type to text/xml; charset=UTF-8

==Version 10.8.0 (March 26, 2018)
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
DIST_DIR_15=build/dist/java15
JAR_VERSION=10.8.0
JAR_VERSION=10.8.1
KIT_DIR=build/kit/java15
KIT_DEPENDENCIES_DIR=build/kit/java15/dependencies
OPENSFTP_DIR=lib/opensftp-0.3.0
SCHEMA_VERSION=10.8


2 changes: 1 addition & 1 deletion src/main/java/com/litle/sdk/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class Versions {

public static final String XML_VERSION="10.8";
public static final String SDK_VERSION="Java;10.8.0";
public static final String SDK_VERSION="Java;10.8.1";

}

0 comments on commit 2c177cc

Please sign in to comment.