Increase minor version

This commit is contained in:
Laurent Cozic
2020-09-08 01:03:12 +01:00
parent 96b7ce9d50
commit e4a3cbd2ff
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
],
"owner": "Laurent Cozic"
},
"version": "1.0.167",
"version": "1.1.167",
"bin": {
"joplin": "./main.js"
},

View File

@@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "1.0.243",
"version": "1.1.243",
"description": "Joplin for Desktop",
"main": "main.js",
"scripts": {

View File

@@ -126,7 +126,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097576
versionName "1.0.340"
versionName "1.1.340"
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.0.53;
MARKETING_VERSION = 10.1.53;
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.0.53;
MARKETING_VERSION = 10.1.53;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",