Skip to content

Commit

Permalink
Merge pull request #25 from kexi/release/v0.0.9
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
kexi authored Jul 10, 2016
2 parents 019e7ea + ef2efbf commit 28dda29
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.8",
"version": "0.0.9",
"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.8"
BRANCH="release/v0.0.9"
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.8"
BRANCH="release/v0.0.9"
vsce publish --baseImagesUrl https://github.com/kexi/vscode-uiflow/raw/$BRANCH/

0 comments on commit 28dda29

Please sign in to comment.