This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments