Skip to content

Commit

Permalink
[TASK] Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Gnodde authored and FamousWolf committed Mar 22, 2024
1 parent e92dc23 commit 111d366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Custom Home Assistant card displaying a responsive overview of multiple days wit
Add:
```yaml
resources:
- url: /local/week-planner-card.js?version=1.0.1
- url: /local/week-planner-card.js?version=1.1.0
type: module
```
- **Using the graphical editor**
Expand Down
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.0.1",
"version": "1.1.0",
"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 111d366

Please sign in to comment.