From 4cf08d2c21de7cedf36e15e33faeb30f2277bc09 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 23 Jun 2020 16:17:36 +0100 Subject: [PATCH] update extension description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ceee462..e8459be 100755 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "vscode-tailwindcss", "displayName": "Tailwind CSS IntelliSense", - "description": "Intelligent Tailwind CSS tooling for Visual Studio Code", + "description": "Intelligent Tailwind CSS tooling for VS Code", "preview": true, "author": "Brad Cornes ", "license": "MIT", - "version": "0.3.1", + "version": "0.4.0", "homepage": "https://github.com/bradlc/vscode-tailwindcss", "bugs": { "url": "https://github.com/bradlc/vscode-tailwindcss/issues",