]> nmode's Git Repositories - signal-cli/commitdiff
Version 0.6.0 v0.6.0
authorAsamK <asamk@gmx.de>
Thu, 3 May 2018 20:01:49 +0000 (22:01 +0200)
committerAsamK <asamk@gmx.de>
Thu, 3 May 2018 20:01:49 +0000 (22:01 +0200)
- Simple json output
- dbus signal for receiving messages
- Registration lock PIN
- Output quoted message

build.gradle

index b2f93e273b490cabd2dba17ea8c45441b4cad511..cc1376e77a2b227509292ed85302d0dac1cf2729 100644 (file)
@@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
 
 mainClassName = 'org.asamk.signal.Main'
 
-version = '0.5.6'
+version = '0.6.0'
 
 compileJava.options.encoding = 'UTF-8'