Skip to content

Commit

Permalink
Merge pull request #235 from dlew/dlew/prep-2.10.3
Browse files Browse the repository at this point in the history
Prepare release v2.10.3
  • Loading branch information
dlew authored Sep 16, 2019
2 parents 2791317 + ac34ceb commit 5fee3bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

# 2.10.2 *(2018-07-03)*
# 2.10.3 *(2019-09-16)*

* [#233](https://github.com/dlew/joda-time-android/pull/233) Updated to joda-time 2.10.3
* [#234](https://github.com/dlew/joda-time-android/pull/234) Updated to tzdata 2019c

# 2.10.2 *(2019-07-03)*

* [#227](https://github.com/dlew/joda-time-android/pull/227) Updated to joda-time 2.10.2
* [#226](https://github.com/dlew/joda-time-android/pull/226) Updated to tzdata 2019b
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 {
implementation 'net.danlew:android.joda:2.10.2'
implementation 'net.danlew:android.joda:2.10.3'
}
```

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.10.2-SNAPSHOT
VERSION_CODE=38
VERSION_NAME=2.10.3-SNAPSHOT
VERSION_CODE=39
GROUP=net.danlew

POM_DESCRIPTION=Joda-Time library with Android specialization
Expand Down

0 comments on commit 5fee3bf

Please sign in to comment.