diff --git a/CliClient/package.json b/CliClient/package.json index 101c9ea58c..73a8d39b09 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -28,7 +28,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.1.8", + "version": "1.2.0", "bin": { "joplin": "./main.js" }, diff --git a/Clipper/manifest.json b/Clipper/manifest.json index a52e61ebed..42b81d5deb 100644 --- a/Clipper/manifest.json +++ b/Clipper/manifest.json @@ -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'", diff --git a/ElectronClient/package.json b/ElectronClient/package.json index 5867d1d06f..aeba2af4e2 100644 --- a/ElectronClient/package.json +++ b/ElectronClient/package.json @@ -1,6 +1,6 @@ { "name": "Joplin", - "version": "1.1.4", + "version": "1.2.0", "description": "Joplin for Desktop", "main": "main.js", "scripts": { diff --git a/ReactNativeClient/android/app/build.gradle b/ReactNativeClient/android/app/build.gradle index 1a6c2695aa..5e2b692457 100644 --- a/ReactNativeClient/android/app/build.gradle +++ b/ReactNativeClient/android/app/build.gradle @@ -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" } diff --git a/ReactNativeClient/ios/Joplin.xcodeproj/project.pbxproj b/ReactNativeClient/ios/Joplin.xcodeproj/project.pbxproj index 3c3558216c..0486a3eede 100644 --- a/ReactNativeClient/ios/Joplin.xcodeproj/project.pbxproj +++ b/ReactNativeClient/ios/Joplin.xcodeproj/project.pbxproj @@ -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",