From 9c5d96389cfa67fe27b75c6377cc8b17e6b603c1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 22 Oct 2020 17:29:48 +0530 Subject: build: bump version Signed-off-by: Harsh Shandilya --- CHANGELOG.md | 6 +++++- app/build.gradle.kts | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e7ec87..f5c80ea5 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.13.0] - 2020-10-22 + ### Fixed - Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message @@ -368,7 +370,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/v1.12.1...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.0...HEAD + +[1.13.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...v1.13.0 [1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 150a16ef..aa5ac4c4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { defaultConfig { applicationId = "dev.msfjarvis.aps" - versionCode = 11211 - versionName = "1.13.0-SNAPSHOT" + versionCode = 11300 + versionName = "1.13.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } -- cgit v1.2.3