Skip to content

Commit

Permalink
Merge pull request #315 from dlew/dlew/prep-v2.11.0.1
Browse files Browse the repository at this point in the history
Prepare release v2.11.0.1
  • Loading branch information
dlew committed Aug 25, 2022
2 parents 55c85be + f0624b4 commit ffd0ecd
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.11.0.1 *(2022-08-24)*

* [#314](https://github.com/dlew/joda-time-android/pull/314) Updated to tzdata 2022cgtz
* [#313](https://github.com/dlew/joda-time-android/pull/313) Fixed issue with Gradle dependency selectors

# 2.11.0 *(2022-08-14)*

* [#310](https://github.com/dlew/joda-time-android/pull/310) Updated to tzdata2022bgtz and joda-time 2.11.0
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.11.0'
implementation 'net.danlew:android.joda:2.11.0.1'
}
```

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.11.0-SNAPSHOT
VERSION_CODE=54
VERSION_NAME=2.11.0.1-SNAPSHOT
VERSION_CODE=55
GROUP=net.danlew

SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit ffd0ecd

Please sign in to comment.