From 78059915a133752cf78b64e39ca7469e77b4fa04 Mon Sep 17 00:00:00 2001 From: markusantonwolf Date: Mon, 1 Feb 2021 09:39:15 +0800 Subject: [PATCH] 2.0.1 --- 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 b80eab2..b64e357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@markusantonwolf/ta-foodtrucks", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe70231..1496cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@markusantonwolf/ta-foodtrucks", - "version": "2.0.0", + "version": "2.0.1", "description": "TA-Foodtrucks plugin shows the next food truck and street food dates in your area based on Craftplaces API. You can customize the endpoints to get all dates for a specific vendor, for a specific city or just for a location you are interested in. The light-weight (4.6kB), responsive and mobile first plugin is based on Tailwind CSS and Alpine JS.", "main": "./src/plugin/index.js", "scripts": {