From 02bd16625c0285b8dda6a337e2a39df815fc1d8c Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Fri, 10 May 2024 13:09:05 -0400 Subject: [PATCH] `v1.0.0` --- 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 34d43a9..e462eee 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "description": "Intelligent Stimulus tooling for Visual Studio Code", "author": "Marco Roth", "license": "MIT", - "version": "0.2.1", + "version": "1.0.0", "publisher": "Marco Roth", "repository": { "type": "git", diff --git a/package.json b/package.json index 689958e..6f3209a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Intelligent Stimulus tooling", "license": "MIT", "pricing": "Free", - "version": "0.3.0", + "version": "1.0.0", "icon": "icon.png", "publisher": "marcoroth", "author": { diff --git a/server/package.json b/server/package.json index ee4093b..3efa70c 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "stimulus-language-server", "description": "Intelligent Stimulus tooling", - "version": "0.2.1", + "version": "1.0.0", "author": "Marco Roth", "license": "MIT", "engines": {