Skip to content

Commit

Permalink
Merge pull request #345 from dlew/dlew/prep-2.12.7
Browse files Browse the repository at this point in the history
Prepare release v2.12.7
  • Loading branch information
dlew authored Feb 5, 2024
2 parents d027074 + 6fd0634 commit 3ed5242
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.12.7 *(2024-02-04)*

* [#344](https://github.com/dlew/joda-time-android/pull/344) Updated to tzdata 2024agtz
* [#343](https://github.com/dlew/joda-time-android/pull/343) Updated to joda-time 2.12.7

# 2.12.6 *(2023-12-23)*

* [#339](https://github.com/dlew/joda-time-android/pull/339) Updated to tzdata 2023dgtz
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.12.6'
implementation 'net.danlew:android.joda:2.12.7'
}
```

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.12.6-SNAPSHOT
VERSION_CODE=62
VERSION_NAME=2.12.7-SNAPSHOT
VERSION_CODE=63
GROUP=net.danlew

SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 3ed5242

Please sign in to comment.