mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Bump version
This commit is contained in:
parent
8957a08453
commit
83d5d53d8a
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.7.1] - 2020-12-21
|
||||||
### Added
|
### Added
|
||||||
- Accept group invitation with `updateGroup -g GROUP_ID`
|
- Accept group invitation with `updateGroup -g GROUP_ID`
|
||||||
- Decline group invitation with `quitGroup -g GROUP_ID`
|
- Decline group invitation with `quitGroup -g GROUP_ID`
|
||||||
|
|
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue