From 0dcdd519883f7f32063deb415981ae21b4a70577 Mon Sep 17 00:00:00 2001 From: DrVrej Date: Thu, 17 Feb 2022 11:15:58 -0500 Subject: [PATCH] Proper Version --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c0190..2cd7263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to VSC+ will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.0.4 - February 17, 2022 +## 1.1.0 - February 17, 2022 - Added web version of the extension! (NOTE: Some features are limited!) - All required packages have been updated diff --git a/package-lock.json b/package-lock.json index 9dc0e90..d94d968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscplus", - "version": "1.0.4b", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscplus", - "version": "1.0.4b", + "version": "1.1.0", "license": "MIT", "dependencies": { "assert": "^2.0.0", diff --git a/package.json b/package.json index cfb20c2..4a6d254 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscplus", "displayName": "VSC+", "description": "Additional customizable tools for Visual Studio Code.", - "version": "1.0.4b", + "version": "1.1.0", "publisher": "Vrej", "icon": "images/icon.png", "author": {