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 24, 2020
1 parent f1befcf commit ffeb4c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.8.1] - 2020-05-24

### Fixed
- Don't strip leading slash from repository paths

## [1.8.0] - 2020-05-23

### Added
Expand Down Expand Up @@ -142,7 +147,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.8.0...HEAD
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0..v1.8.1
[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
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
defaultConfig {
applicationId 'dev.msfjarvis.aps'
versionCode 10801
versionName '1.9.0-SNAPSHOT'
versionName '1.8.1'
}

lintOptions {
Expand Down

0 comments on commit ffeb4c1

Please sign in to comment.