From efad69244690502acede7ec7f643ce5b9d53bf19 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 27 Sep 2021 17:17:53 +0200 Subject: [PATCH] PGPainless 0.2.14 --- CHANGELOG.md | 2 +- README.md | 2 +- version.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccd50b7..51bde7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PGPainless Changelog -## 0.2.14-SNAPSHOT +## 0.2.14 - Export dependency on Bouncycastle's `bcprov-jdk15on` - Rework Key Generation API - Replace builder-chain structure with single `KeyRingBuilder` class diff --git a/README.md b/README.md index 61bf3815..8a6294ea 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ repositories { } dependencies { - implementation 'org.pgpainless:pgpainless-core:0.2.13' + implementation 'org.pgpainless:pgpainless-core:0.2.14' } ``` diff --git a/version.gradle b/version.gradle index d87dfb09..c1058ee1 100644 --- a/version.gradle +++ b/version.gradle @@ -1,7 +1,7 @@ allprojects { ext { shortVersion = '0.2.14' - isSnapshot = true + isSnapshot = false pgpainlessMinAndroidSdk = 10 javaSourceCompatibility = 1.8 bouncyCastleVersion = '1.69'