SOP-Java 6.1.0

This commit is contained in:
Paul Schaub 2023-04-27 14:46:52 +02:00
parent ab8f44138d
commit b8ad6d77a2
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 6.1.0-SNAPSHOT
## 6.1.0
- `listProfiles()`: Add shortcut methods `generateKey()` and `encrypt()`
- Add DSL for testing `Verification` results
- `Verification`

View File

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '6.0.1'
isSnapshot = true
shortVersion = '6.1.0'
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
gsonVersion = '2.10.1'