Archived
1
0

chore(release): bump version to 4.7.0

This commit is contained in:
Joe Previte 2022-09-09 11:22:29 -07:00
parent 36f6149be1
commit 9f1ef13946
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "code-server",
"license": "MIT",
"version": "4.6.1-1",
"version": "4.7.0",
"description": "Run VS Code on a remote server.",
"homepage": "https://github.com/coder/code-server",
"bugs": {

View File

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