Skip to content

Commit

Permalink
[TASK] Increase version to 1.10.1
Browse files Browse the repository at this point in the history
Also update npm packages
  • Loading branch information
Rudy committed Nov 21, 2024
1 parent 3b37ec3 commit c23e099
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Custom Home Assistant card displaying a responsive overview of multiple days wit
Add:
```yaml
resources:
- url: /local/week-planner-card.js?version=1.10.0
- url: /local/week-planner-card.js?version=1.10.1
type: module
```
- **Using the graphical editor**
Expand Down
16 changes: 8 additions & 8 deletions 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": "week-planner-card",
"version": "1.10.0",
"version": "1.10.1",
"description": "Custom Home Assistant card to display events for a number of days from one or several calendars.",
"source": "src/index.js",
"module": "dist/week-planner-card.js",
Expand Down

0 comments on commit c23e099

Please sign in to comment.