Skip to content

Commit 6333947

Browse files
committed
bump to 1.2.1
1 parent 48eeb6d commit 6333947

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

custom_components/linus_dashboard/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
NAME = "Linus Dahboard"
88
DOMAIN = "linus_dashboard"
9-
VERSION = "1.2.1-alpha.2"
9+
VERSION = "1.2.1"
1010
ICON = "mdi:bow-tie"
1111

1212
URL_PANEL = "linus_dashboard_panel"

custom_components/linus_dashboard/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"iot_class": "calculated",
1313
"issue_tracker": "https://github.com/Thank-you-Linus/Linus-Dashboard/issues",
1414
"requirements": [],
15-
"version": "1.2.1-alpha.2"
15+
"version": "1.2.1"
1616
}

custom_components/linus_dashboard/www/linus-strategy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5289,7 +5289,7 @@ class LinusStrategy extends HTMLTemplateElement {
52895289
}
52905290
}
52915291
customElements.define("ll-strategy-linus-strategy", LinusStrategy);
5292-
const version = "v1.2.1-alpha.2";
5292+
const version = "v1.2.1";
52935293
console.info("%c Linus Strategy %c ".concat(version, " "), "color: #F5F5DC; background: #004225; font-weight: 700;", "color: #004225; background: #F5F5DC; font-weight: 700;");
52945294

52955295

custom_components/linus_dashboard/www/linus-strategy.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linus-dashboard",
3-
"version": "1.2.1-alpha.2",
3+
"version": "1.2.1",
44
"description": "Your ultimate smart home assistant, redefined.",
55
"keywords": [
66
"smart home",

src/linus-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class LinusStrategy extends HTMLTemplateElement {
214214

215215
customElements.define("ll-strategy-linus-strategy", LinusStrategy);
216216

217-
export const version = "v1.2.1-alpha.2";
217+
export const version = "v1.2.1";
218218
console.info(
219219
"%c Linus Strategy %c ".concat(version, " "),
220220
"color: #F5F5DC; background: #004225; font-weight: 700;", "color: #004225; background: #F5F5DC; font-weight: 700;"

0 commit comments

Comments
 (0)