chore(release): bump version to 4.0.1

This commit is contained in:
Joe Previte
2022-01-04 10:27:51 -07:00
parent 3d999986b2
commit 9b001c52fe
11 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
"name": "test-plugin",
"version": "1.0.0",
"engines": {
"code-server": "^4.0.0"
"code-server": "^4.0.1"
},
"main": "out/index.js",
"devDependencies": {

View File

@@ -40,7 +40,7 @@ export const plugin: cs.Plugin = {
return [
{
name: "Test App",
version: "4.0.0",
version: "4.0.1",
iconPath: "/icon.svg",
path: "/test-app",