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" }