]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.11.9.1 v0.11.9.1
authorAsamK <asamk@gmx.de>
Sun, 23 Apr 2023 08:18:23 +0000 (10:18 +0200)
committerAsamK <asamk@gmx.de>
Sun, 23 Apr 2023 08:19:25 +0000 (10:19 +0200)
CHANGELOG.md
build.gradle.kts

index d83a93ce857ee560497e0e6cc929208522eb3402..fe40af74cdb04d5946836f474d45572a50d3ba86 100644 (file)
@@ -2,10 +2,14 @@
 
 ## [Unreleased]
 
-## [0.11.9] - 2023-04-22
+## [0.11.9.1] - 2023-04-23
 
 ### Fixed
 - Fix build with Java 20
+
+## [0.11.9] - 2023-04-22
+
+### Fixed
 - Workaround issue with linking to newer app versions
 
 ## [0.11.8] - 2023-04-05
index e5de61d1d4e862bdd9e50ed8b1801d4260f688f4..1d041d0cbd22a0bacf00252af6a213f3d2ce1ab9 100644 (file)
@@ -6,7 +6,7 @@ plugins {
     id("org.graalvm.buildtools.native") version "0.9.21"
 }
 
-version = "0.11.9"
+version = "0.11.9.1"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_17