From 5163fa651660fe1975e4024fd9d17af382ddf5c8 Mon Sep 17 00:00:00 2001 From: HBrennhaeuser Date: Fri, 6 Jan 2023 11:47:39 +0100 Subject: [PATCH] Bump version to 0.2.1 --- custom_components/ntfy/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ntfy/manifest.json b/custom_components/ntfy/manifest.json index 5351bfb..4529a80 100644 --- a/custom_components/ntfy/manifest.json +++ b/custom_components/ntfy/manifest.json @@ -1,7 +1,7 @@ { "domain": "ntfy", "name": "ntfy", - "version": "0.2.0", + "version": "0.2.1", "config_flow": false, "documentation": "https://github.com/hbrennhaeuser/homeassistant_integration_ntfy", "requirements": ["requests"],