From 0f9ce9385765073de017207f035f2ac04e1bb1f4 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Sun, 3 May 2020 20:53:55 +0100 Subject: [PATCH] v0.3.0-alpha.2 --- 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 025a1e3..d966ffc 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-tailwindcss", - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 916bead..2e23359 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "preview": true, "author": "Brad Cornes ", "license": "MIT", - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/bradlc/"