1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +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

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

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Joplin Web Clipper [DEV]",
"version": "1.0.25",
"version": "1.2.0",
"description": "Capture and save web pages and screenshots from your browser to Joplin.",
"homepage_url": "https://joplinapp.org",
"content_security_policy": "script-src 'self'; object-src 'self'",

View File

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

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",