From fbff9dafcafcb7888fc1821e296dc2720538295b Mon Sep 17 00:00:00 2001 From: Jens Neuhalfen Date: Thu, 20 Dec 2018 22:45:03 +0100 Subject: [PATCH] Bump to v2.1.2 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 2 +- build.gradle | 4 ++-- examples/maven/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ffd0280d..3e6ecd5f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,7 @@ A clear and concise description of what you expected to happen. - Device: [e.g. iPhone6] - OS: [e.g. Linux] - Java [output of `java -version`] - - Version [e.g. 2.1.1] + - Version [e.g. 2.1.2] **Additional context** Add any other context about the problem here. diff --git a/README.md b/README.md index cc638f7d..5b2ccc3f 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ and this dependency snippet: name.neuhalfen.projects.crypto.bouncycastle.openpgp bouncy-gpg - 2.1.1 + 2.1.2     ```   diff --git a/build.gradle b/build.gradle index 27b87918..a963607a 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ sourceCompatibility = 8 targetCompatibility = 8 group = 'name.neuhalfen.projects.crypto.bouncycastle.openpgp' -version = '2.1.1' +version = '2.1.2' repositories { jcenter() @@ -138,4 +138,4 @@ wrapper{ } // Generate OSGI bundle metadata -apply plugin: 'biz.aQute.bnd.builder' \ No newline at end of file +apply plugin: 'biz.aQute.bnd.builder' diff --git a/examples/maven/pom.xml b/examples/maven/pom.xml index 9e59c758..efa1b54c 100644 --- a/examples/maven/pom.xml +++ b/examples/maven/pom.xml @@ -53,7 +53,7 @@ name.neuhalfen.projects.crypto.bouncycastle.openpgp bouncy-gpg - 2.1.1 + 2.1.2 ch.qos.logback