diff --git a/custom_components/linus_dashboard/const.py b/custom_components/linus_dashboard/const.py index 5cffc9c..e03e968 100644 --- a/custom_components/linus_dashboard/const.py +++ b/custom_components/linus_dashboard/const.py @@ -6,7 +6,7 @@ NAME = "Linus Dahboard" DOMAIN = "linus_dashboard" -VERSION = "1.0.5" +VERSION = "1.0.6" ICON = "mdi:bow-tie" URL_PANEL = "linus_dashboard_panel" diff --git a/custom_components/linus_dashboard/manifest.json b/custom_components/linus_dashboard/manifest.json index a6dbc97..2c18cde 100644 --- a/custom_components/linus_dashboard/manifest.json +++ b/custom_components/linus_dashboard/manifest.json @@ -12,5 +12,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/Thank-you-Linus/Linus-Dashboard/issues", "requirements": [], - "version": "1.0.5" + "version": "1.0.6" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b92fa40..9589621 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linus-strategy", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index b580773..7f37827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linus-dashboard", - "version": "1.0.5", + "version": "1.0.6", "description": "Your ultimate smart home assistant, redefined.", "keywords": [ "smart home", diff --git a/src/linus-strategy.ts b/src/linus-strategy.ts index 5d92071..770cfbf 100644 --- a/src/linus-strategy.ts +++ b/src/linus-strategy.ts @@ -213,7 +213,7 @@ class LinusStrategy extends HTMLTemplateElement { customElements.define("ll-strategy-linus-strategy", LinusStrategy); -export const version = "v1.0.5"; +export const version = "v1.0.6"; console.info( "%c Linus Strategy %c ".concat(version, " "), "color: #F5F5DC; background: #004225; font-weight: 700;", "color: #004225; background: #F5F5DC; font-weight: 700;"