From dae8be302f72292af145da4f7dd05b8e0e729cf3 Mon Sep 17 00:00:00 2001 From: Vic GUTT Date: Sun, 20 Jun 2021 19:36:40 +0200 Subject: [PATCH] 0.1.0 --- 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 f234b3f..5e363a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@vicgutt/tailwindcss-feature-detection", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dac3256..7d48370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vicgutt/tailwindcss-feature-detection", - "version": "0.0.0", + "version": "0.1.0", "description": "An easy way to add feature detection to your TailwindCSS project", "author": "Victor GUTT (https://victorgutt.dev)", "license": "MIT",