Bump version

This commit is contained in:
AsamK 2020-12-21 21:59:41 +01:00
parent 8957a08453
commit 83d5d53d8a
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# 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`

View file

@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
mainClassName = 'org.asamk.signal.Main'
version = '0.7.0'
version = '0.7.1'
compileJava.options.encoding = 'UTF-8'