1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Electron release v0.10.19

This commit is contained in:
Laurent Cozic 2017-11-16 19:32:12 +00:00
parent 092c09065f
commit 4bb9be8f78
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "0.10.18",
"version": "0.10.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

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