From 5d06d067333053725b6a9378560fa06de489e99a Mon Sep 17 00:00:00 2001 From: KubaMiszcz Date: Fri, 1 Dec 2023 01:27:06 +0100 Subject: [PATCH] version up --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b623191..873a0eb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "multi-state-checkbox-switcher", "name": "Multi State CheckBox Switcher", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Handle with multistate checkboxes.", "author": "KubaMiszcz", diff --git a/versions.json b/versions.json index 26382a1..189c17e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" }