mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version to 0.12.8
This commit is contained in:
parent
a0f33ac942
commit
a48fdaf8b7
2 changed files with 6 additions and 1 deletions
|
@ -20,6 +20,11 @@
|
||||||
- Implemented full remote storage sync.
|
- Implemented full remote storage sync.
|
||||||
Provides better contact and settings sync for linked devices.
|
Provides better contact and settings sync for linked devices.
|
||||||
|
|
||||||
|
## [0.12.8] - 2024-02-06
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Update user agent
|
||||||
|
|
||||||
## [0.12.7] - 2023-12-15
|
## [0.12.7] - 2023-12-15
|
||||||
|
|
||||||
**Attention**: Now requires native libsignal-client version 0.36.1
|
**Attention**: Now requires native libsignal-client version 0.36.1
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.10.0"
|
id("org.graalvm.buildtools.native") version "0.10.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.12.8-SNAPSHOT"
|
version = "0.12.9-SNAPSHOT"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue