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

Commit ffe16e3

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 22fd47d commit ffe16e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.8.0] - 2020-05-23
7+
68
### Added
79
- Allow user to abort password move when it is replacing an existing file
810
- Allow setting a default username for Autofill
@@ -140,7 +142,8 @@ All notable changes to this project will be documented in this file.
140142
- Fix elements overlapping.
141143

142144

143-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2...HEAD
145+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0...HEAD
146+
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
144147
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
145148
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
146149
[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626

2727
defaultConfig {
2828
applicationId 'dev.msfjarvis.aps'
29-
versionCode 10721
30-
versionName '1.8.0-SNAPSHOT'
29+
versionCode 10800
30+
versionName '1.8.0'
3131
}
3232

3333
lintOptions {

0 commit comments

Comments
 (0)