Bump version

This commit is contained in:
AsamK 2021-08-07 10:22:55 +02:00
parent dde98e9b06
commit 54f7bc5d79
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,13 @@
## [Unreleased] ## [Unreleased]
## [0.8.5] - 2021-08-07
### Added
- Source name is included in JSON receive output
### Fixed
- Allow updateContact command to only set expiration timer without requiring a name parameter
## [0.8.4.1] - 2021-06-20 ## [0.8.4.1] - 2021-06-20
### Fixed ### Fixed
- Incorrect error handling in register command - Incorrect error handling in register command

View file

@ -5,7 +5,7 @@ plugins {
`check-lib-versions` `check-lib-versions`
} }
version = "0.8.4.1" version = "0.8.5"
java { java {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_11