From f1b9be1bd203d094c8cccf29fe560ab5a1b5d731 Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Wed, 6 Jul 2016 12:26:38 -0500 Subject: [PATCH] Preparing v2.9.4.1 release --- 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 8c58137d..679a0a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.9.4.1 *(2016-07-06)* + +* [#146](https://github.com/dlew/joda-time-android/pull/146) Updated to tzdata 2016f + # 2.9.4 *(2016-07-01)* * [#140](https://github.com/dlew/joda-time-android/pull/140) Updated to joda-time 2.9.4 diff --git a/README.md b/README.md index 474184bf..43ce098e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following dependency to `build.gradle`: ```groovy dependencies { - compile 'net.danlew:android.joda:2.9.4' + compile 'net.danlew:android.joda:2.9.4.1' } ``` diff --git a/gradle.properties b/gradle.properties index 1f9c4650..dd03825c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.9.4-SNAPSHOT -VERSION_CODE=22 +VERSION_NAME=2.9.4.1-SNAPSHOT +VERSION_CODE=23 GROUP=net.danlew POM_DESCRIPTION=Joda-Time library with Android specialization