diff --git a/ElectronClient/app/package-lock.json b/ElectronClient/app/package-lock.json index 2122c0e55..24bd13e70 100644 --- a/ElectronClient/app/package-lock.json +++ b/ElectronClient/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "Joplin", - "version": "0.10.18", + "version": "0.10.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ElectronClient/app/package.json b/ElectronClient/app/package.json index c99fb66b6..cc9d929f0 100644 --- a/ElectronClient/app/package.json +++ b/ElectronClient/app/package.json @@ -1,6 +1,6 @@ { "name": "Joplin", - "version": "0.10.18", + "version": "0.10.19", "description": "Joplin for Desktop", "main": "main.js", "scripts": { diff --git a/ElectronClient/release_version.sh b/ElectronClient/release_version.sh index e34aa4297..2a798aba0 100755 --- a/ElectronClient/release_version.sh +++ b/ElectronClient/release_version.sh @@ -9,4 +9,4 @@ git commit -m "Electron release $VERSION" git tag $VERSION git push && git push --tags -echo "Open https://github.com/laurent22/joplin/tags and create a draft release for tag $VERSION" \ No newline at end of file +echo "Create a draft release at: https://github.com/laurent22/joplin/releases/tag/$VERSION" \ No newline at end of file