From 1fe9b0a351fa31f061066b12b4ca9a411d21abf0 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 28 Aug 2018 21:13:19 +0100 Subject: [PATCH] 0.1.11 --- 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 f34dc8d..a19cf37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-tailwindcss", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42eb6cc..e7c239b 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.10", + "version": "0.1.11", "publisher": "bradlc", "engines": { "vscode": "^1.20.0"