Skip to content

Commit

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

## [v4.4.2-2019c] published on 2019-09-13
### Added
- Customizable initialization [#876]

### Changed
- Update to TZDB 2019c [#878]

## [v4.4.1-2019b] published on 2019-07-02
### Changed
- Update to TZDB 2019b [#875]
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.4.1-2019b'
implementation group: 'net.time4j', name: 'time4j-android', version: '4.4.2-2019c'
}
```

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.4.1-2019b'
libraryVersion = '4.4.2-2019c'

developerId = 'mhochschild'
developerName = 'Meno Hochschild'
Expand Down

0 comments on commit bb203c9

Please sign in to comment.