SOP-Java 10.0.4-SNAPSHOT

This commit is contained in:
Paul Schaub 2024-10-31 14:06:37 +01:00
parent c136d40fa7
commit e6c9d6f43d
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
## 10.0.3-SNAPSHOT
## 10.0.3
- CLI `change-key-password`: Fix indirect parameter passing for new and old passwords (thanks to @dkg for the report)
- Backport: `revoke-key`: Allow for multiple password options

View file

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