diff --git a/CHANGELOG b/CHANGELOG index f1e535411..a88895c38 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +## 3.0.1 + * Better handling of large key imports + * Improved subkey selection + ## 3.0 * Full support for Yubikey signature generation and decryption! * Propose installable compatible apps in apps list diff --git a/OpenKeychain/src/main/AndroidManifest.xml b/OpenKeychain/src/main/AndroidManifest.xml index 156c88c63..a00b6f01c 100644 --- a/OpenKeychain/src/main/AndroidManifest.xml +++ b/OpenKeychain/src/main/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.sufficientlysecure.keychain" android:installLocation="auto" - android:versionCode="30000" - android:versionName="3.0"> + android:versionCode="30100" + android:versionName="3.0.1"> +

3.0.1

+ +

3.0