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

Commit 61655ec

Browse files
msfjarvisSkrilltrax
authored andcommitted
Bump version to 1.6.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
1 parent b79b03d commit 61655ec

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
## Unreleased
55

6+
## [1.6.0] - 2020-03-20
7+
68
### Added
79
- Copy implicit username (password filename) by long pressing
810
- Create xkpasswd style passwords
@@ -88,7 +90,8 @@ All notable changes to this project will be documented in this file.
8890
- Fix elements overlapping.
8991

9092

91-
[Unreleased]: https://github.com/zeapo/android-password-store/compare/v1.5.0...HEAD
93+
[Unreleased]: https://github.com/zeapo/android-password-store/compare/v1.6.0...HEAD
94+
[1.6.0]: https://github.com/zeapo/android-password-store/compare/v1.5.0..v1.6.0
9295
[1.5.0]: https://github.com/zeapo/android-password-store/compare/v1.4.0...v1.5.0
9396
[1.4.0]: https://github.com/zeapo/android-password-store/compare/v1.3.0...v1.4.0
9497
[1.3.2]: https://github.com/zeapo/android-password-store/compare/v1.3.1...v1.3.2

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ext.versions = [
66
minSdk: 23,
77
targetSdk: 28,
88
compileSdk: 28,
9-
versionCode: 10501,
10-
versionName: '1.6.0-SNAPSHOT',
9+
versionCode: 10600,
10+
versionName: '1.6.0',
1111
buildTools: '29.0.3',
1212
packageName: 'dev.msfjarvis.aps'
1313
]

0 commit comments

Comments
 (0)