From 5d8afd524de9c91f91181628b7e4e97d87999b8d Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 21 Aug 2018 16:38:40 +0100 Subject: [PATCH] 0.1.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 667f678..92354e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-tailwindcss", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5354ee9..fb2e90e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-tailwindcss", "displayName": "Tailwind CSS IntelliSense", "description": "Tailwind CSS class name completion", - "version": "0.1.3", + "version": "0.1.4", "publisher": "bradlc", "engines": { "vscode": "^1.20.0"