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.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.13.0] - 2020-10-22
8
+
7
9
### Fixed
8
10
9
11
- 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.
368
370
369
371
- Fix elements overlapping.
370
372
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
372
376
373
377
[ 1.12.1 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
374
378
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId = " dev.msfjarvis.aps"
38
- versionCode = 11211
39
- versionName = " 1.13.0-SNAPSHOT "
38
+ versionCode = 11300
39
+ versionName = " 1.13.0"
40
40
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments