Bump version to 0.13.16

This commit is contained in:
AsamK 2025-06-07 16:58:00 +02:00
parent 2f8328847c
commit 17cd99be59
3 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,12 @@
# Changelog
## [Unreleased]
## [0.13.16] - 2025-06-07
Requires libsignal-client version 0.73.2.
### Changed
- Ensure every sent message gets a unique timestamp
## [0.13.15] - 2025-05-08

View file

@ -8,7 +8,7 @@ plugins {
allprojects {
group = "org.asamk"
version = "0.13.16-SNAPSHOT"
version = "0.13.16"
}
java {

View file

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.13.16" date="2025-06-07">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.16</url>
</release>
<release version="0.13.15" date="2025-05-08">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.15</url>
</release>