]> nmode's Git Repositories - signal-cli/commitdiff
Prepare next release
authorAsamK <asamk@gmx.de>
Fri, 19 Apr 2024 17:25:27 +0000 (19:25 +0200)
committerAsamK <asamk@gmx.de>
Fri, 28 Feb 2025 08:46:28 +0000 (09:46 +0100)
CHANGELOG.md
build.gradle.kts

index e43ff34d61309af941b136737f0b0ccd5aab9e56..40ff89f891777ecdfcf015cb8cede33d94d061af 100644 (file)
@@ -1,5 +1,7 @@
 # Changelog
 
+## [Unreleased]
+
 ## [0.13.13] - 2025-02-28
 
 Requires libsignal-client version 0.66.2.
index 4c4df536f3fbc8e28eae9b5971d11f83b37dc748..8d8840bf8c4e20475a161697eb766bd89cba07cb 100644 (file)
@@ -8,7 +8,7 @@ plugins {
 
 allprojects {
     group = "org.asamk"
-    version = "0.13.13"
+    version = "0.13.14-SNAPSHOT"
 }
 
 java {