Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Dec 30, 2020
1 parent cfcc62a commit 28a0611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion time4j-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/menodata/Time4A'
gitUrl = 'https://github.com/menodata/Time4A.git'

libraryVersion = '4.7.1-2020d'
libraryVersion = '4.7.2-2020e'

developerId = 'mhochschild'
developerName = 'Meno Hochschild'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public class ApplicationStarter {

//~ Statische Felder/Initialisierungen --------------------------------

private static final String VERSION = "v4.7.1-2020d";
private static final String VERSION = "v4.7.2-2020e";
private static final int RELEASE_YEAR = 2020;
private static final int RELEASE_MONTH = 10;
private static final int RELEASE_DAY = 26;
private static final int RELEASE_MONTH = 12;
private static final int RELEASE_DAY = 30;
private static final String TIME4A = "TIME4A";

private static final AtomicBoolean PREPARED = new AtomicBoolean(false);
Expand Down

0 comments on commit 28a0611

Please sign in to comment.