Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Jan 2, 2019
1 parent 560f51c commit 3ea346b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [v4.3-2019?] not yet released

## [v4.2-2018i] published on 2019-01-02
### Changed
- Update TZDB to version 2018i [#853]

## [v4.2-2018h] published on 2018-12-30
### Changed
- Update TZDB to version 2018h [#852]
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.2-2018h'
implementation group: 'net.time4j', name: 'time4j-android', version: '4.2-2018i'
}
```

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.2-2018h'
libraryVersion = '4.2-2018i'

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

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

private static final String VERSION = "v4.2-2018h";
private static final int RELEASE_YEAR = 2018;
private static final int RELEASE_MONTH = 12;
private static final int RELEASE_DAY = 30;
private static final String VERSION = "v4.2-2018i";
private static final int RELEASE_YEAR = 2019;
private static final int RELEASE_MONTH = 1;
private static final int RELEASE_DAY = 2;
private static final String TIME4A = "TIME4A";

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

0 comments on commit 3ea346b

Please sign in to comment.