Skip to content

Commit 28a0611

Browse files
committed
version update
1 parent cfcc62a commit 28a0611

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

time4j-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/menodata/Time4A'
1414
gitUrl = 'https://github.com/menodata/Time4A.git'
1515

16-
libraryVersion = '4.7.1-2020d'
16+
libraryVersion = '4.7.2-2020e'
1717

1818
developerId = 'mhochschild'
1919
developerName = 'Meno Hochschild'

time4j-android/src/main/java/net/time4j/android/ApplicationStarter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ public class ApplicationStarter {
6363

6464
//~ Statische Felder/Initialisierungen --------------------------------
6565

66-
private static final String VERSION = "v4.7.1-2020d";
66+
private static final String VERSION = "v4.7.2-2020e";
6767
private static final int RELEASE_YEAR = 2020;
68-
private static final int RELEASE_MONTH = 10;
69-
private static final int RELEASE_DAY = 26;
68+
private static final int RELEASE_MONTH = 12;
69+
private static final int RELEASE_DAY = 30;
7070
private static final String TIME4A = "TIME4A";
7171

7272
private static final AtomicBoolean PREPARED = new AtomicBoolean(false);

0 commit comments

Comments
 (0)