Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
free-yenyuan committed Jun 28, 2021
1 parent 426cd95 commit cdae751
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 210 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## `v0.1.8` (2021-6-28)
## `v0.1.9` (2021-6-28)

### Improvement
- 修复无法从Boom!Tree打开文件的bug
Expand Down
198 changes: 13 additions & 185 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "boom-party-client",
"displayName": "Boom! Party",
"description": "Extension for Boom! Party editor (Project DaVinci).",
"version": "0.1.7",
"version": "0.1.9",
"engines": {
"vscode": "^1.55.0"
},
Expand All @@ -24,4 +24,4 @@
"dependencies": {
"vscode-languageclient": "^7.0.0"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "boom-party",
"displayName": "Boom! Party",
"description": "Extension for Boom! Party editor (Project DaVinci).",
"version": "0.1.8",
"version": "0.1.9",
"engines": {
"vscode": "^1.55.0"
},
Expand Down
Loading

0 comments on commit cdae751

Please sign in to comment.