]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.7.1
authorAsamK <asamk@gmx.de>
Mon, 21 Dec 2020 20:59:41 +0000 (21:59 +0100)
committerAsamK <asamk@gmx.de>
Mon, 21 Dec 2020 20:59:41 +0000 (21:59 +0100)
CHANGELOG.md
build.gradle

index a5094ac280d96f60c06a76ad1bcb9cbe913af44a..38907d6fa928584bbf74922896c7ac6b684926e9 100644 (file)
@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
 # Changelog
 
 ## [Unreleased]
+
+## [0.7.1] - 2020-12-21
 ### Added
 - Accept group invitation with `updateGroup -g GROUP_ID`
 - Decline group invitation with `quitGroup -g GROUP_ID`
 ### Added
 - Accept group invitation with `updateGroup -g GROUP_ID`
 - Decline group invitation with `quitGroup -g GROUP_ID`
index 8b097612d3d5f75da89b26e639b2a8c3d08d7902..48b57a4f6bf7f65e0d8b19040cf76dad5abf75ec 100644 (file)
@@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
 
 mainClassName = 'org.asamk.signal.Main'
 
 
 mainClassName = 'org.asamk.signal.Main'
 
-version = '0.7.0'
+version = '0.7.1'
 
 compileJava.options.encoding = 'UTF-8'
 
 
 compileJava.options.encoding = 'UTF-8'