From 759b36cc8f0d867a319d35cc51b6424c96d37234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20N=2EO=2E=20N=C3=B8rgaard=20Henriksen?= <1136718+raix@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:09:53 +0200 Subject: [PATCH] 0.0.3 - Update readme --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdf47a0..d7a14b5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This extension contributes the following settings: Preview release of WindCraft - a visual Tailwind CSS editor. -### 0.0.2 +### 0.0.3 TypeScript Language Server Plugin version 🚀 diff --git a/package-lock.json b/package-lock.json index 46ea98b..c2cb887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "windcraft", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windcraft", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "workspaces": [ "packages/ts-plugin", diff --git a/package.json b/package.json index 593c60c..a178bc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "windcraft", "private": true, - "version": "0.0.2", + "version": "0.0.3", "scripts": { "dev": "npm run dev --workspaces --if-present", "build": "npm run build --workspaces --if-present",