Skip to content

Commit 40553e4

Browse files
committed
Bump version to 2.5.1
Update version numbers to reflect the new release version 2.5.1.
1 parent 445a0be commit 40553e4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ We welcome contributions and feedback!
6666

6767
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue
6868

69-
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.5.0&label=Release
69+
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.5.1&label=Release
7070

7171
<!-- Repository References -->
7272

73-
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.5.0
73+
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.5.1
7474

7575
<!-- Other References -->
7676

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ support helps us grow and improve.
6868

6969
[hacsBadge]: https://img.shields.io/badge/HACS-Default-blue
7070

71-
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.5.0&label=Release
71+
[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.5.1&label=Release
7272

7373
<!-- Repository References -->
7474

75-
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.5.0
75+
[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.5.1
7676

7777
<!-- Other References -->
7878

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "mushroom-strategy",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Automatically generate a dashboard of Mushroom cards.",
55
"keywords": [
66
"dashboard",

src/mushroom-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class MushroomStrategy extends HTMLTemplateElement {
271271

272272
customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy);
273273

274-
const STRATEGY_VERSION = 'v2.5.0';
274+
const STRATEGY_VERSION = 'v2.5.1';
275275
console.info(
276276
'%c Mushroom Strategy %c '.concat(STRATEGY_VERSION, ' '),
277277
'color: white; background: coral; font-weight: 700;',

0 commit comments

Comments
 (0)