Skip to content

Commit

Permalink
version: bumps to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flsobral committed Mar 9, 2021
1 parent f61f89e commit 3dfa8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TotalCrossSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'

sourceCompatibility = 1.8
version = '7.0.2'
version = '7.0.3'
group = 'com.totalcross'
archivesBaseName = 'totalcross-sdk'

Expand Down
4 changes: 2 additions & 2 deletions TotalCrossSDK/src/main/java/totalcross/sys/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public final class Settings {
* base 100. For example, version 1.0 has value 100. version 4 has a
* version value of 400. A beta 0.81 VM will have version 81.
*/
public static int version = 702;
public static int version = 703;

/** Field that represents the version in a string form, like "1.36". Only digits and dot is allowed or an exception will be throws during tc.Deploy. */
public static String versionStr = "7.0.2";
public static String versionStr = "7.0.3";

/** Current build number for the TotalCross SDK.
* @since TotalCross 1.53
Expand Down

0 comments on commit 3dfa8f3

Please sign in to comment.