Skip to content

Commit

Permalink
Fix package version (#124)
Browse files Browse the repository at this point in the history
The version number has been updated from 2.0.0/2.0.2 to 2.0.3 across
multiple files.
  • Loading branch information
DigiLive authored Jan 29, 2024
1 parent 89be482 commit ae744bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Visit the [issues](https://github.com/AalianKhan/mushroom-strategy/issues/new/ch

[sponsorBadge]: https://img.shields.io/badge/Sponsor_him-%E2%9D%A4-%23db61a2.svg?&logo=github&color=%23fe8e86

[releaseBadge]: https://img.shields.io/badge/Release-v2.0.0-blue
[releaseBadge]: https://img.shields.io/badge/Release-v2.0.3-blue

<!-- Other References -->

[hacsUrl]: https://hacs.xyz

[releaseUrl]: https://github.com/AalianKhan/mushroom-strategy/releases/tag/v2.0.0
[releaseUrl]: https://github.com/AalianKhan/mushroom-strategy/releases/tag/v2.0.3

[mushroomUrl]: https://github.com/piitaya/lovelace-mushroom

Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mushroom-strategy",
"version": "2.0.2",
"version": "2.0.3",
"description": "Automatically create a dashboard using Mushroom cards",
"keywords": [
"strategy",
Expand Down Expand Up @@ -37,6 +37,6 @@
"scripts": {
"build-dev": "webpack --config webpack.dev.config.ts",
"build": "webpack",
"bump": "bump -t --preid alpha package.json package-lock.json README.md ./src/mushroom-strategy.ts"
"bump": "bump --preid alpha package.json package-lock.json README.md ./src/mushroom-strategy.ts"
}
}
2 changes: 1 addition & 1 deletion src/mushroom-strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class MushroomStrategy extends HTMLTemplateElement {

customElements.define("ll-strategy-mushroom-strategy", MushroomStrategy);

const version = "v2.0.0";
const version = "v2.0.3";
console.info(
"%c Mushroom Strategy %c ".concat(version, " "),
"color: white; background: coral; font-weight: 700;", "color: coral; background: white; font-weight: 700;"
Expand Down

0 comments on commit ae744bf

Please sign in to comment.