Skip to content

Commit

Permalink
Merge pull request #265 from dlew/dlew/pre-2.10.7
Browse files Browse the repository at this point in the history
Prepare release v2.10.7
  • Loading branch information
dlew authored Oct 22, 2020
2 parents 2afcbd5 + 8d8a84f commit 395545d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 2.10.7 *(2020-10-22)*

* [#263](https://github.com/dlew/joda-time-android/pull/263) Updated to joda-time 2.10.7
* [#264](https://github.com/dlew/joda-time-android/pull/264) Updated to tzdata 2020d

# 2.10.6.3 *(2020-10-17)*

* [#261](https://github.com/dlew/joda-time-android/pull/261) Updated to tzdata 2020c
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.6.3'
implementation 'net.danlew:android.joda:2.10.7'
}
```

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.6.3-SNAPSHOT
VERSION_CODE=43
VERSION_NAME=2.10.7-SNAPSHOT
VERSION_CODE=44
GROUP=net.danlew

POM_DESCRIPTION=Joda-Time library with Android specialization
Expand Down

0 comments on commit 395545d

Please sign in to comment.