Skip to content

Commit

Permalink
Merge pull request #159 from dlew/dlew/prep-2.9.5
Browse files Browse the repository at this point in the history
Prepare v2.9.5 release
  • Loading branch information
dlew authored Nov 3, 2016
2 parents e38082b + 419b9ec commit b23251c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 2.9.5 *(2016-11-03)*

* [#158](https://github.com/dlew/joda-time-android/pull/158) Updated to joda-time 2.9.5
* [#157](https://github.com/dlew/joda-time-android/pull/157) Updated to tzdata 2016i

# 2.9.4.3 *(2016-10-22)*

* [#154](https://github.com/dlew/joda-time-android/pull/154) Updated to tzdata 2016h
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 {
compile 'net.danlew:android.joda:2.9.4.3'
compile 'net.danlew:android.joda:2.9.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.9.4.3-SNAPSHOT
VERSION_CODE=25
VERSION_NAME=2.9.5-SNAPSHOT
VERSION_CODE=26
GROUP=net.danlew

POM_DESCRIPTION=Joda-Time library with Android specialization
Expand Down

0 comments on commit b23251c

Please sign in to comment.