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

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed May 23, 2020
1 parent 22fd47d commit ffe16e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.8.0] - 2020-05-23

### Added
- Allow user to abort password move when it is replacing an existing file
- Allow setting a default username for Autofill
Expand Down Expand Up @@ -140,7 +142,8 @@ All notable changes to this project will be documented in this file.
- Fix elements overlapping.


[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {

defaultConfig {
applicationId 'dev.msfjarvis.aps'
versionCode 10721
versionName '1.8.0-SNAPSHOT'
versionCode 10800
versionName '1.8.0'
}

lintOptions {
Expand Down

0 comments on commit ffe16e3

Please sign in to comment.