From 0cf12a45e552ce8fc6a5cbfaa7eab89d0beb43d7 Mon Sep 17 00:00:00 2001 From: Upstream Data Date: Mon, 23 Dec 2024 10:51:02 -0700 Subject: [PATCH] version: bump version number --- custom_components/miner/manifest.json | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/miner/manifest.json b/custom_components/miner/manifest.json index 127d33b..0d79a50 100644 --- a/custom_components/miner/manifest.json +++ b/custom_components/miner/manifest.json @@ -10,6 +10,6 @@ "issue_tracker": "https://github.com/Schnitzel/hass-miner/issues", "requirements": [], "ssdp": [], - "version": "1.1.19rc3", + "version": "1.1.19", "zeroconf": [] } diff --git a/pyproject.toml b/pyproject.toml index ee923be..b1f890e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "hass-miner" -version = "0.1.0" +version = "1.1.19" description = "" -authors = ["Upstream Data "] +authors = ["Michael Schmid "] readme = "README.md" package-mode = false