File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/net/time4j/android Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments