diff --git a/CHANGELOG.md b/CHANGELOG.md index ca831c9..f864672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.13.0 *(2024-09-18)* + +* [#347](https://github.com/dlew/joda-time-android/pull/347) Updated to tzdata 2024bgtz and joda-time 2.13.0 + # 2.12.7 *(2024-02-04)* * [#344](https://github.com/dlew/joda-time-android/pull/344) Updated to tzdata 2024agtz diff --git a/README.md b/README.md index 8c0b234..40edf70 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following dependency to `build.gradle`: ```groovy dependencies { - implementation 'net.danlew:android.joda:2.12.7' + implementation 'net.danlew:android.joda:2.13.0' } ``` diff --git a/gradle.properties b/gradle.properties index 1b4c126..db2f4ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.12.7-SNAPSHOT -VERSION_CODE=63 +VERSION_NAME=2.13.0-SNAPSHOT +VERSION_CODE=64 GROUP=net.danlew SONATYPE_HOST=DEFAULT