Skip to content

Commit

Permalink
bump: update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebe1ge committed Dec 12, 2024
1 parent f57f61a commit 725adf5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion custom_components/linus_dashboard/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

NAME = "Linus Dahboard"
DOMAIN = "linus_dashboard"
VERSION = "1.0.3"
VERSION = "1.0.4"
ICON = "mdi:bow-tie"

URL_PANEL = "linus_dashboard_panel"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/linus_dashboard/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/Thank-you-Linus/Linus-Dashboard/issues",
"requirements": [],
"version": "1.0.3"
"version": "1.0.4"
}
2 changes: 1 addition & 1 deletion custom_components/linus_dashboard/www/linus-strategy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linus-dashboard",
"version": "1.0.3",
"version": "1.0.4",
"description": "Your ultimate smart home assistant, redefined.",
"keywords": [
"smart home",
Expand Down
2 changes: 1 addition & 1 deletion src/linus-strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class LinusStrategy extends HTMLTemplateElement {

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

export const version = "v1.0.3";
export const version = "v1.0.4";
console.info(
"%c Linus Strategy %c ".concat(version, " "),
"color: #F5F5DC; background: #004225; font-weight: 700;", "color: #004225; background: #F5F5DC; font-weight: 700;"
Expand Down

0 comments on commit 725adf5

Please sign in to comment.