Skip to content

Commit

Permalink
Bump version 0.6.1
Browse files Browse the repository at this point in the history
- Added getGroupIds dbus command
- Use "NativePRNG" pseudo random number generator, if available
- Switch default data path:
  $XDG_DATA_HOME/signal-cli ($HOME/.local/share/signal-cli)
  Existing data paths will continue to work (used as fallback)
  • Loading branch information
AsamK committed Dec 9, 2018
1 parent 337f84e commit ea8f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_1_7

mainClassName = 'org.asamk.signal.Main'

version = '0.6.0'
version = '0.6.1'

compileJava.options.encoding = 'UTF-8'

Expand Down

0 comments on commit ea8f7e7

Please sign in to comment.