Browse Source

Bump LessPass mobile version

tags/mobile-v9.7.0
Guillaume Vincent 2 years ago
parent
commit
edaee40a0b
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      mobile/ios/LessPass.xcodeproj/project.pbxproj
  2. +1
    -1
      mobile/package.json
  3. +1
    -1
      mobile/src/version.json

+ 2
- 2
mobile/ios/LessPass.xcodeproj/project.pbxproj View File

@@ -355,7 +355,7 @@
);
INFOPLIST_FILE = LessPass/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 9.6.0;
MARKETING_VERSION = 9.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -384,7 +384,7 @@
DEVELOPMENT_TEAM = 5Y4MF2AT83;
INFOPLIST_FILE = LessPass/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 9.6.0;
MARKETING_VERSION = 9.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",


+ 1
- 1
mobile/package.json View File

@@ -1,6 +1,6 @@
{
"name": "lesspass-mobile",
"version": "9.6.0",
"version": "9.7.0",
"description": "LessPass mobile application",
"license": "(MPL-2.0 OR GPL-3.0)",
"author": "Guillaume Vincent <guillaume@oslab.fr>",


+ 1
- 1
mobile/src/version.json View File

@@ -1,3 +1,3 @@
{
"version": "9.6.0"
"version": "9.7.0"
}

Loading…
Cancel
Save