Skip to content

Commit

Permalink
Updated version number in gradle.properties and versions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fborges1 committed Jun 11, 2018
1 parent 83c5fe7 commit 39044e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DIST_DIR_15=build/dist/java15
JAR_VERSION=11.4.1
JAR_VERSION=11.4.2
KIT_DIR=build/kit/java15
KIT_DEPENDENCIES_DIR=build/kit/java15/dependencies
OPENSFTP_DIR=lib/opensftp-0.3.0
Expand Down
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="11.4";
public static final String SDK_VERSION="Java;11.4.1";
public static final String SDK_VERSION="Java;11.4.2";

}

0 comments on commit 39044e1

Please sign in to comment.