Skip to content

Commit

Permalink
Merge pull request #36 from petr-vonage/main
Browse files Browse the repository at this point in the history
Update vscode engine to 1.72 and bump version to 2.0.0
  • Loading branch information
abdulajet committed Nov 1, 2022
2 parents 8109f91 + baa2adb commit 805f071
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode",
"displayName": "Vonage",
"version": "1.1.0",
"version": "2.0.0",
"description": "A Visual Studio Code extension for accessing the Vonage communication APIs.",
"main": "./dist/extension",
"repository": {
Expand All @@ -14,8 +14,8 @@
"voice"
],
"author": {
"name": "Michael Jolley",
"email": "michael.jolley@vonage.com"
"name": "Vonage DevRel",
"email": "devrel@vonage.com"
},
"license": "MIT",
"bugs": {
Expand All @@ -25,7 +25,7 @@
"icon": "resources/logo.png",
"preview": false,
"engines": {
"vscode": "^1.53.0"
"vscode": "^1.72.0"
},
"galleryBanner": {
"color": "#373436",
Expand Down

0 comments on commit 805f071

Please sign in to comment.