Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Oct 26, 2020
1 parent 6e243d9 commit f9f2bcf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## [v4.8-2020?] not yet released

## [v4.7.1-2020d] published on 2020-10-26
### Changed
- Update to TZDB 2020d [#924]

### Fixed
- Imprecise translations for relative days in Dutch [#922]

## [v4.7-2020c] published on 2020-10-19
### Changed
- Update to TZDB v2020c [#923]
- Update to TZDB 2020c [#923]

## [v4.7-2020a] published on 2020-09-13
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Only two steps are required before coding against the API of Time4A.

```groovy
dependencies {
implementation group: 'net.time4j', name: 'time4j-android', version: '4.7-2020c'
implementation group: 'net.time4j', name: 'time4j-android', version: '4.7.1-2020d'
}
```

Expand Down
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-2020c'
libraryVersion = '4.7.1-2020d'

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-2020c";
private static final String VERSION = "v4.7.1-2020d";
private static final int RELEASE_YEAR = 2020;
private static final int RELEASE_MONTH = 10;
private static final int RELEASE_DAY = 19;
private static final int RELEASE_DAY = 26;
private static final String TIME4A = "TIME4A";

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

0 comments on commit f9f2bcf

Please sign in to comment.