From 4be30bbf16bd8adaf2bc5641a936fb8863e0b105 Mon Sep 17 00:00:00 2001 From: tsunglung Date: Tue, 12 Jul 2022 13:09:17 +0800 Subject: [PATCH] bump version to 1.0.1 --- custom_components/opencwb/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/opencwb/manifest.json b/custom_components/opencwb/manifest.json index d66ce1e..41b2760 100755 --- a/custom_components/opencwb/manifest.json +++ b/custom_components/opencwb/manifest.json @@ -2,8 +2,8 @@ "domain": "opencwb", "name": "OpenCWB", "config_flow": true, - "version": "1.0.0", - "documentation": "https://opendata.cwb.gov.tw/devManu,al/insrtuction", + "version": "1.0.1", + "documentation": "https://opendata.cwb.gov.tw/devManual/insrtuction", "issue_tracker": "https://github.com/tsunglung/OpenCWB/issues", "requirements": ["geojson"], "codeowners": ["@tsunglung"],