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
f1d6890da4
commit
dedbafb99a
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.4.1] - 2021-06-20
|
||||
### Fixed
|
||||
- Incorrect error handling in register command
|
||||
|
||||
## [0.8.4] - 2021-06-13
|
||||
**Attention**: Now requires native libsignal-client version 0.8.1
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
|||
`check-lib-versions`
|
||||
}
|
||||
|
||||
version = "0.8.4"
|
||||
version = "0.8.4.1"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue