From 89bf03c4985bde93d196d28beddf73ac5d7f421d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 23 Nov 2015 09:24:43 +0100 Subject: Increase version to 10 --- CHANGELOG.md | 3 +++ README.md | 9 +++------ .../src/main/java/org/openintents/openpgp/util/OpenPgpApi.java | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4efcb..93b6824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Version history +## Version 10 + * Retrieve whole public key via ACTION_GET_KEY + ## Version 9 * AIDL Service has been changed from IOpenPgpService.aidl to IOpenPgpService2.aidl This fixes truncated data streams (thanks to 'mgeier63'). diff --git a/README.md b/README.md index c68be12..8cb6e5e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,8 @@ The OpenPGP API provides methods to execute OpenPGP operations, such as sign, en ### News -#### Version 9 - * AIDL Service has been changed from IOpenPgpService.aidl to IOpenPgpService2.aidl - This fixes truncated data streams (thanks to 'mgeier63'). - * Fix for OpenPgpKeyPreference: Properly execute pending user interactions - * Charset moved to OpenPgpMetadata +#### Version 10 + * Retrieve whole public key via ACTION_GET_KEY [Full changelog hereā€¦](https://github.com/open-keychain/openpgp-api/blob/master/CHANGELOG.md) @@ -26,7 +23,7 @@ repositories { } dependencies { - compile 'org.sufficientlysecure:openpgp-api:9.0' + compile 'org.sufficientlysecure:openpgp-api:10.0' } ``` diff --git a/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java b/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java index 6905da0..ad9048d 100644 --- a/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java +++ b/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java @@ -41,7 +41,7 @@ public class OpenPgpApi { /** * see CHANGELOG.md */ - public static final int API_VERSION = 9; + public static final int API_VERSION = 10; /** * General extras -- cgit v1.2.3