Version 0.6.0

- Simple json output
- dbus signal for receiving messages
- Registration lock PIN
- Output quoted message
This commit is contained in:
AsamK 2018-05-03 22:01:49 +02:00
parent 9b9ba0683b
commit 86f5c9947b

View file

@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
mainClassName = 'org.asamk.signal.Main' mainClassName = 'org.asamk.signal.Main'
version = '0.5.6' version = '0.6.0'
compileJava.options.encoding = 'UTF-8' compileJava.options.encoding = 'UTF-8'