Skip to content

Commit

Permalink
Merge pull request #324 from dlew/dlew/prep-v2.12.1
Browse files Browse the repository at this point in the history
Prepare v2.12.1
  • Loading branch information
dlew authored Oct 30, 2022
2 parents 0af029a + 14c80da commit d0a80cf
Show file tree
Hide file tree
Showing 3 changed files with 7 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.12.1 *(2022-10-30)*

* [#323](https://github.com/dlew/joda-time-android/pull/323) Updated to tzdata 2022fgtz / joda-time to 2.12.1

# 2.12.0 *(2022-10-13)*

* [#321](https://github.com/dlew/joda-time-android/pull/321) Updated to tzdata 2022egtz / joda-time to 2.12.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.12.0'
implementation 'net.danlew:android.joda:2.12.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.12.0-SNAPSHOT
VERSION_CODE=57
VERSION_NAME=2.12.1-SNAPSHOT
VERSION_CODE=58
GROUP=net.danlew

SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit d0a80cf

Please sign in to comment.