Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kexi committed Jun 29, 2016
1 parent 3c8e451 commit 4a02bc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "UiFlow support For Visual Studio Code.",
"author": "Kei Nakayama",
"license": "MIT",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "kexi",
"galleryBanner": {
"color": "#79b74a",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

BRANCH="release/v0.0.6"
BRANCH="release/v0.0.7"
npm install -g vsce
cd client && vsce package --baseImagesUrl https://github.com/kexi/vscode-uiflow/raw/$BRANCH/
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

BRANCH="release/v0.0.6"
BRANCH="release/v0.0.7"
vsce publish --baseImagesUrl https://github.com/kexi/vscode-uiflow/raw/$BRANCH/

0 comments on commit 4a02bc7

Please sign in to comment.