Skip to content

Commit

Permalink
Prepare release v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed Sep 18, 2024
1 parent 71027f5 commit 63f7b16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 2.13.0 *(2024-09-18)*

* [#347](https://github.com/dlew/joda-time-android/pull/347) Updated to tzdata 2024bgtz and joda-time 2.13.0

# 2.12.7 *(2024-02-04)*

* [#344](https://github.com/dlew/joda-time-android/pull/344) Updated to tzdata 2024agtz
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.7'
implementation 'net.danlew:android.joda:2.13.0'
}
```

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.7-SNAPSHOT
VERSION_CODE=63
VERSION_NAME=2.13.0-SNAPSHOT
VERSION_CODE=64
GROUP=net.danlew

SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit 63f7b16

Please sign in to comment.