From 499d17fe871827f875c2fb857e2188a356486810 Mon Sep 17 00:00:00 2001 From: Michael Jolley Date: Mon, 22 Mar 2021 22:14:34 -0500 Subject: [PATCH] Incrementing version --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 551c045..31ade6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode", - "version": "0.0.10", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca54a71..b3cc605 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode", "displayName": "Vonage", - "version": "1.0.0", + "version": "1.0.1", "description": "A Visual Studio Code extension for accessing the Vonage communication APIs.", "main": "./dist/extension", "repository": { @@ -535,4 +535,4 @@ "webpack": "^5.19.0", "webpack-cli": "^4.4.0" } -} \ No newline at end of file +}