Skip to content

Commit

Permalink
Merge pull request #334 from dlew/dlew/prep-2.12.5
Browse files Browse the repository at this point in the history
Prepared release for v2.12.5
  • Loading branch information
dlew committed Mar 30, 2023
2 parents 1898c85 + b3fba0f commit c84d234
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.5 *(2023-03-30)*

* [#333](https://github.com/dlew/joda-time-android/pull/333) Updated to tzdata 2023cgtz

# 2.12.4 *(2023-03-24)*

* [#330](https://github.com/dlew/joda-time-android/pull/330) Updated to tzdata 2023bgtz
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.4'
implementation 'net.danlew:android.joda:2.12.5'
}
```

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.4-SNAPSHOT
VERSION_CODE=60
VERSION_NAME=2.12.5-SNAPSHOT
VERSION_CODE=61
GROUP=net.danlew

SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit c84d234

Please sign in to comment.