mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Bump version to 0.13.16
This commit is contained in:
parent
2f8328847c
commit
17cd99be59
3 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
||||||
# Changelog
|
# 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
|
## [0.13.15] - 2025-05-08
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "org.asamk"
|
group = "org.asamk"
|
||||||
version = "0.13.16-SNAPSHOT"
|
version = "0.13.16"
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
|
@ -45,6 +45,9 @@
|
||||||
<content_attribute id="social-chat">intense</content_attribute>
|
<content_attribute id="social-chat">intense</content_attribute>
|
||||||
</content_rating>
|
</content_rating>
|
||||||
<releases>
|
<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">
|
<release version="0.13.15" date="2025-05-08">
|
||||||
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.15</url>
|
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.15</url>
|
||||||
</release>
|
</release>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue