From 22a2b01e50766bfdda6051b5a67af6d235744bcb Mon Sep 17 00:00:00 2001 From: Jon Lamb Date: Thu, 22 Aug 2024 09:06:24 -0700 Subject: [PATCH] Bump version --- vscode/package-lock.json | 4 ++-- vscode/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/package-lock.json b/vscode/package-lock.json index 9297804..27be17a 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "speqtr", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "speqtr", - "version": "0.8.0", + "version": "0.9.0", "hasInstallScript": true, "dependencies": { "@types/lodash": "^4.14.200", diff --git a/vscode/package.json b/vscode/package.json index 32c7add..5a77627 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "displayName": "auxon", "description": "Auxon's UI extension: data visualization for Modality, and syntax highlighting and language server integration for the SpeQTr specification language", "publisher": "auxoncorp", - "version": "0.8.0", + "version": "0.9.0", "repository": "https://github.com/auxoncorp/speqtr-support", "icon": "images/speqtr-icon.png", "engines": {