From 14c80dafaeed2fde850e9b2dc1be0cfbe05d96bb Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Sun, 30 Oct 2022 17:09:38 -0500 Subject: [PATCH] Prepare v2.12.1 --- 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 2c52464..de33202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 66bb6fe..88a0304 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.0' + implementation 'net.danlew:android.joda:2.12.1' } ``` diff --git a/gradle.properties b/gradle.properties index 9ea6b6e..052eb14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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