From f43cda780fe3dab0984c65f2cde64fe632d79267 Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Wed, 18 Sep 2024 07:11:52 -0500 Subject: [PATCH] Prepare release v2.13.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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