diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | app/build.gradle.kts | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df62f16..b186d093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.10.1] - 2020-07-23 + ### Fixed - Using long key IDs in .gpg-id no longer leads to a crash @@ -257,7 +259,9 @@ All notable changes to this project will be documented in this file. - Fix elements overlapping. -[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.0...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.1...HEAD + +[1.10.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.0...1.10.1 [1.10.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.2...1.10.0 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a63151c0..9b67f099 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,7 +28,7 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 11001 + versionCode = 11011 versionName = "1.11.0-SNAPSHOT" } |