Skip to content

Commit

Permalink
Electron release v0.10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 16, 2017
1 parent 092c090 commit 4bb9be8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ElectronClient/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ElectronClient/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "0.10.18",
"version": "0.10.19",
"description": "Joplin for Desktop",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ElectronClient/release_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
echo "Create a draft release at: https://github.com/laurent22/joplin/releases/tag/$VERSION"

0 comments on commit 4bb9be8

Please sign in to comment.