Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9c5d963

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 440caab commit 9c5d963

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)