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

CLI v0.10.90

This commit is contained in:
Laurent Cozic 2018-01-26 17:19:42 +00:00
parent 1669b5258a
commit b6cb0056c7
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "joplin",
"version": "0.10.88",
"version": "0.10.90",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -19,7 +19,7 @@
],
"owner": "Laurent Cozic"
},
"version": "0.10.88",
"version": "0.10.90",
"bin": {
"joplin": "./main.js"
},

View File

@ -11,7 +11,7 @@ cp "$SCRIPT_DIR/../README.md" build/
cd "$SCRIPT_DIR/build"
npm publish
NEW_VERSION=$("cat package.json | jq -r .version")
NEW_VERSION=$(cat package.json | jq -r .version)
git add -A
git commit -m "CLI v$NEW_VERSION"
git tag "cli-v$NEW_VERSION"