1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Tools: Increase release version to 1.2

This commit is contained in:
Laurent Cozic
2020-09-22 15:31:32 +01:00
parent f7ef0a2b1e
commit 5cf462c885
5 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097577
versionName "1.1.1"
versionName "1.2.0"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}

View File

@@ -357,7 +357,7 @@
INFOPLIST_FILE = Joplin/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 10.1.0;
MARKETING_VERSION = 10.2.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -393,7 +393,7 @@
INFOPLIST_FILE = Joplin/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 10.1.0;
MARKETING_VERSION = 10.2.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",