Skip to content

Commit

Permalink
Merge pull request #311 from dlew/dlew/prep-v2.11.0
Browse files Browse the repository at this point in the history
Prepare release v2.11.0
  • Loading branch information
dlew committed Aug 14, 2022
2 parents 68f1702 + cdef29c commit 28187f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 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

# 2.10.14 *(2022-03-24)*

* [#301](https://github.com/dlew/joda-time-android/pull/301) Updated to tzdata 2022agtz
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.14'
implementation 'net.danlew:android.joda:2.11.0'
}
```

Expand Down
7 changes: 5 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
VERSION_NAME=2.10.14-SNAPSHOT
VERSION_CODE=53
VERSION_NAME=2.11.0-SNAPSHOT
VERSION_CODE=54
GROUP=net.danlew

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

POM_DESCRIPTION=Joda-Time library with Android specialization
POM_URL=https://github.com/dlew/joda-time-android
POM_SCM_URL=https://github.com/dlew/joda-time-android
Expand Down

0 comments on commit 28187f7

Please sign in to comment.