From fab5d8a40dcadd7b014adf2d1a03e3a3d7e3ec71 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Fri, 24 May 2024 13:44:09 +0200 Subject: [PATCH] `v0.0.2` --- client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index c6f4bcf..111765c 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "description": "Intelligent Turbo tooling for Visual Studio Code", "author": "Marco Roth", "license": "MIT", - "version": "0.0.1", + "version": "0.0.2", "publisher": "Marco Roth", "repository": { "type": "git", diff --git a/package.json b/package.json index 69c382f..3376552 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Intelligent Turbo tooling", "license": "MIT", "pricing": "Free", - "version": "0.0.1", + "version": "0.0.2", "icon": "icon.png", "publisher": "marcoroth", "author": { diff --git a/server/package.json b/server/package.json index b0f2577..b795d48 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "turbo-language-server", "description": "Intelligent Turbo tooling", - "version": "0.0.1", + "version": "0.0.2", "author": "Marco Roth", "license": "MIT", "engines": {