Skip to content

Commit

Permalink
bump: bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebe1ge committed Dec 11, 2024
1 parent b02ad54 commit f23f63e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.2"
VERSION = "1.0.3"
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.2"
"version": "1.0.3"
}
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.

4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linus-dashboard",
"version": "2.1.1",
"version": "1.0.3",
"description": "Your ultimate smart home assistant, redefined.",
"keywords": [
"smart home",
Expand Down Expand Up @@ -42,6 +42,6 @@
"scripts": {
"build-dev": "webpack --config webpack.dev.config.ts --watch",
"build": "webpack",
"bump": "bump --preid alpha package.json package-lock.json README.md ./src/linus-strategy.ts"
"bump": "bump --preid alpha package.json package-lock.json README.md ./custom_components/linus_dashboard/manifest.json ./custom_components/linus_dashboard/const.py ./src/linus-strategy.ts"
}
}
}
2 changes: 1 addition & 1 deletion src/linus-strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class LinusStrategy extends HTMLTemplateElement {

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

export const version = "v1.0.2";
export const version = "v1.0.3";
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 f23f63e

Please sign in to comment.