From 5246eae80a6eb2bce82f51061c9d03176e40bb6f Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 21 Aug 2018 18:49:29 +0100 Subject: [PATCH] 0.1.5 --- 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 92354e6..abf96ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-tailwindcss", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb2e90e..83895b4 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.4", + "version": "0.1.5", "publisher": "bradlc", "engines": { "vscode": "^1.20.0"