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

Commit ffeb4c1

Browse files
committed
build: bump version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
1 parent f1befcf commit ffeb4c1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

44
## [Unreleased]
55

6+
## [1.8.1] - 2020-05-24
7+
8+
### Fixed
9+
- Don't strip leading slash from repository paths
10+
611
## [1.8.0] - 2020-05-23
712

813
### Added
@@ -142,7 +147,8 @@ All notable changes to this project will be documented in this file.
142147
- Fix elements overlapping.
143148

144149

145-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0...HEAD
150+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.1...HEAD
151+
[1.8.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0..v1.8.1
146152
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
147153
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
148154
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
defaultConfig {
2828
applicationId 'dev.msfjarvis.aps'
2929
versionCode 10801
30-
versionName '1.9.0-SNAPSHOT'
30+
versionName '1.8.1'
3131
}
3232

3333
lintOptions {

0 commit comments

Comments
 (0)