Bump version

This commit is contained in:
AsamK 2021-06-20 14:33:04 +02:00
parent f1d6890da4
commit dedbafb99a
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased] ## [Unreleased]
## [0.8.4.1] - 2021-06-20
### Fixed
- Incorrect error handling in register command
## [0.8.4] - 2021-06-13 ## [0.8.4] - 2021-06-13
**Attention**: Now requires native libsignal-client version 0.8.1 **Attention**: Now requires native libsignal-client version 0.8.1

View file

@ -5,7 +5,7 @@ plugins {
`check-lib-versions` `check-lib-versions`
} }
version = "0.8.4" version = "0.8.4.1"
java { java {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_11