From ad72fc457f386803300ea37d9b0d02534232c0b0 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 30 Jun 2022 10:29:37 +0800 Subject: [PATCH] 1.6.9 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20019e1..a5e267c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xmake-vscode", - "version": "1.6.8", + "version": "1.6.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xmake-vscode", - "version": "1.6.8", + "version": "1.6.9", "license": "Apache-2.0", "dependencies": { "encoding": "^0.1.13" diff --git a/package.json b/package.json index 783bd57..7be3eaa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "xmake-vscode", "displayName": "XMake", "description": "Extended XMake support in Visual Studio Code", - "version": "1.6.8", + "version": "1.6.9", "publisher": "tboox", "icon": "res/logo256.png", "repository": {