Cert-D-PGPainless 0.2.1

This commit is contained in:
Paul Schaub 2022-11-11 14:37:47 +01:00
parent 3ded66c339
commit dd0a56147d
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
# Cert-D-PGPainless Changelog
# 0.2.1-SNAPSHOT
# 0.2.1
- Bump `pgpainless-core` to `1.3.12`
## 0.2.0

View File

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '0.2.1'
isSnapshot = true
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
slf4jVersion = '1.7.36'