This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.13.0] - 2020-10-22
8+
79### Fixed
810
911- 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.
368370
369371- Fix elements overlapping.
370372
371- [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...HEAD
373+ [ Unreleased ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.13.0...HEAD
374+
375+ [ 1.13.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...v1.13.0
372376
373377[ 1.12.1 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
374378
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
3535
3636 defaultConfig {
3737 applicationId = " dev.msfjarvis.aps"
38- versionCode = 11211
39- versionName = " 1.13.0-SNAPSHOT "
38+ versionCode = 11300
39+ versionName = " 1.13.0"
4040 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4141 }
4242
You can’t perform that action at this time.
0 commit comments