mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version
This commit is contained in:
parent
bf2a83755e
commit
90df362c35
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.10.4.1] - 2022-03-02
|
||||
### Fixed
|
||||
- Linking to current apps (which currently don't include a PNI identity yet)
|
||||
- Show better error message when --target-timestamp is missing for sendReceipt
|
||||
|
||||
## [0.10.4] - 2022-02-20
|
||||
### Added
|
||||
- Implement support for change number as linked device
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
id("org.graalvm.buildtools.native") version "0.9.10"
|
||||
}
|
||||
|
||||
version = "0.10.4"
|
||||
version = "0.10.4.1"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue