Bump version

This commit is contained in:
AsamK 2022-10-07 17:24:29 +02:00
parent 9c5235c273
commit 31429b7faf
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
## [Unreleased] ## [Unreleased]
## [0.11.3] - 2022-10-07
### Fixed
- Fix sending messages to groups (in non-daemon mode)
- Fix updating from older signal-cli version
- Fix issue with handling decryption error message
- Fix graalvm native build (Thanks @bentolor)
## [0.11.2] - 2022-10-06 ## [0.11.2] - 2022-10-06
### Fixed ### Fixed

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.14" id("org.graalvm.buildtools.native") version "0.9.14"
} }
version = "0.11.2" version = "0.11.3"
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17