mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version to 0.11.9.1
This commit is contained in:
parent
3a4ad96a00
commit
f6aebb5917
2 changed files with 6 additions and 2 deletions
|
@ -2,10 +2,14 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.11.9] - 2023-04-22
|
## [0.11.9.1] - 2023-04-23
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix build with Java 20
|
- Fix build with Java 20
|
||||||
|
|
||||||
|
## [0.11.9] - 2023-04-22
|
||||||
|
|
||||||
|
### Fixed
|
||||||
- Workaround issue with linking to newer app versions
|
- Workaround issue with linking to newer app versions
|
||||||
|
|
||||||
## [0.11.8] - 2023-04-05
|
## [0.11.8] - 2023-04-05
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.21"
|
id("org.graalvm.buildtools.native") version "0.9.21"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.11.9"
|
version = "0.11.9.1"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue