From bb9e3e89b16aac97b9455b4b39b7cdfd01bf431e Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 15 Feb 2022 14:25:45 +0100 Subject: [PATCH] PGPainless 1.0.4 --- CHANGELOG.md | 3 +++ README.md | 2 +- version.gradle | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c502e989..fb76a07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog +## 1.0.4 +- Yet another patch for faulty ASCII armor detection 😒 + ## 1.0.3 - Fix detection of unarmored data in signature verification diff --git a/README.md b/README.md index dd4f1374..3e726b82 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ repositories { } dependencies { - implementation 'org.pgpainless:pgpainless-core:1.0.3' + implementation 'org.pgpainless:pgpainless-core:1.0.4' } ``` diff --git a/version.gradle b/version.gradle index bf9c1eee..80cba090 100644 --- a/version.gradle +++ b/version.gradle @@ -5,7 +5,7 @@ allprojects { ext { shortVersion = '1.0.4' - isSnapshot = true + isSnapshot = false pgpainlessMinAndroidSdk = 10 javaSourceCompatibility = 1.8 bouncyCastleVersion = '1.70'