Skip to content

Commit f9f2bcf

Browse files
committed
version update
1 parent 6e243d9 commit f9f2bcf

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
## [v4.8-2020?] not yet released
22

3+
## [v4.7.1-2020d] published on 2020-10-26
4+
### Changed
5+
- Update to TZDB 2020d [#924]
6+
7+
### Fixed
8+
- Imprecise translations for relative days in Dutch [#922]
9+
310
## [v4.7-2020c] published on 2020-10-19
411
### Changed
5-
- Update to TZDB v2020c [#923]
12+
- Update to TZDB 2020c [#923]
613

714
## [v4.7-2020a] published on 2020-09-13
815
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Only two steps are required before coding against the API of Time4A.
3232

3333
```groovy
3434
dependencies {
35-
implementation group: 'net.time4j', name: 'time4j-android', version: '4.7-2020c'
35+
implementation group: 'net.time4j', name: 'time4j-android', version: '4.7.1-2020d'
3636
}
3737
```
3838

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-2020c'
16+
libraryVersion = '4.7.1-2020d'
1717

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

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

Lines changed: 2 additions & 2 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-2020c";
66+
private static final String VERSION = "v4.7.1-2020d";
6767
private static final int RELEASE_YEAR = 2020;
6868
private static final int RELEASE_MONTH = 10;
69-
private static final int RELEASE_DAY = 19;
69+
private static final int RELEASE_DAY = 26;
7070
private static final String TIME4A = "TIME4A";
7171

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

0 commit comments

Comments
 (0)