Skip to content

Commit 0599790

Browse files
committed
Electron release v0.10.25
1 parent 2a93dea commit 0599790

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ElectronClient/app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElectronClient/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Joplin",
3-
"version": "0.10.24",
3+
"version": "0.10.25",
44
"description": "Joplin for Desktop",
55
"main": "main.js",
66
"scripts": {

ElectronClient/release_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ git push && git push --tags
1111

1212
echo "Create a draft release at: https://github.com/laurent22/joplin/releases/tag/$VERSION"
1313

14-
node "$APP_DIR/update-readme-download.js v$VERSION"
14+
node "$APP_DIR/update-readme-download.js" $VERSION

0 commit comments

Comments
 (0)