From a3d35bbc26d9e87581c397315fee9c39e8cabe88 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Thu, 23 May 2024 13:51:28 +0200 Subject: [PATCH] `v1.0.3` --- 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 791887a..59f5965 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": "1.0.2", + "version": "1.0.3", "publisher": "Marco Roth", "repository": { "type": "git", diff --git a/package.json b/package.json index 1f45a2a..f4b33d3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Intelligent Stimulus tooling", "license": "MIT", "pricing": "Free", - "version": "1.0.2", + "version": "1.0.3", "icon": "icon.png", "publisher": "marcoroth", "author": { diff --git a/server/package.json b/server/package.json index 61a0099..f0aff03 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "stimulus-language-server", "description": "Intelligent Stimulus tooling", - "version": "1.0.2", + "version": "1.0.3", "author": "Marco Roth", "license": "MIT", "engines": {