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.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.8.1] - 2020-05-24
7
+
8
+ ### Fixed
9
+ - Don't strip leading slash from repository paths
10
+
6
11
## [ 1.8.0] - 2020-05-23
7
12
8
13
### Added
@@ -142,7 +147,8 @@ All notable changes to this project will be documented in this file.
142
147
- Fix elements overlapping.
143
148
144
149
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
146
152
[ 1.8.0 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
147
153
[ 1.7.2 ] : https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
148
154
[ 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 {
27
27
defaultConfig {
28
28
applicationId ' dev.msfjarvis.aps'
29
29
versionCode 10801
30
- versionName ' 1.9.0-SNAPSHOT '
30
+ versionName ' 1.8.1 '
31
31
}
32
32
33
33
lintOptions {
You can’t perform that action at this time.
0 commit comments