Skip to content

Commit

Permalink
Merge pull request #252 from dlew/dlew/prepare-2.10.6
Browse files Browse the repository at this point in the history
Prepare release for v2.10.6
  • Loading branch information
dlew authored May 3, 2020
2 parents cdd5975 + 3b552ce commit bd1369b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 2.10.6 *(2020-05-03)*

* [#243](https://github.com/dlew/joda-time-android/pull/243) Updated to joda-time 2.10.6
* [#249](https://github.com/dlew/joda-time-android/pull/249) Updated to tzdata 2020a
* [#250](https://github.com/dlew/joda-time-android/pull/250) Added JodaTimeAndroid.TZ_DATA_VERSION
* [#251](https://github.com/dlew/joda-time-android/pull/251) Ensure we keep all R.raw resources

# 2.10.3 *(2019-09-16)*

* [#233](https://github.com/dlew/joda-time-android/pull/233) Updated to joda-time 2.10.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the following dependency to `build.gradle`:

```groovy
dependencies {
implementation 'net.danlew:android.joda:2.10.3'
implementation 'net.danlew:android.joda:2.10.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.10.3-SNAPSHOT
VERSION_CODE=39
VERSION_NAME=2.10.6-SNAPSHOT
VERSION_CODE=40
GROUP=net.danlew

POM_DESCRIPTION=Joda-Time library with Android specialization
Expand Down

0 comments on commit bd1369b

Please sign in to comment.