This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Bump LessPass mobile version number
monorepo
Guillaume Vincent
3 months ago
parent
9e355cdb46
commit
873f9c2a39
No known key found for this signature in database
GPG Key ID:
2F5D4A32E293E1D0
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
packages/lesspass-mobile/android/app/build.gradle
+1
-1
packages/lesspass-mobile/package.json
+1
-1
packages/lesspass-mobile/src/version.json
+ 2
- 2
packages/lesspass-mobile/android/app/build.gradle
View File
@@ -90,8 +90,8 @@ android {
applicationId "com.lesspass.android"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 900700
8
00
versionName "9.7.
8
"
versionCode 900700
9
00
versionName "9.7.
9
"
}
splits {
abi {
+ 1
- 1
packages/lesspass-mobile/package.json
View File
@@ -1,6 +1,6 @@
{
"name": "lesspass-mobile",
"version": "9.7.
8
",
"version": "9.7.
9
",
"description": "LessPass mobile application",
"license": "(MPL-2.0 OR GPL-3.0)",
"author": "Guillaume Vincent <guillaume@oslab.fr>",
+ 1
- 1
packages/lesspass-mobile/src/version.json
View File
@@ -1,3 +1,3 @@
{
"version": "9.7.
8
"
"version": "9.7.
9
"
}
Write
Preview
Loading…
Cancel
Save