Skip to content

Commit

Permalink
[TASK] Increase version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Gnodde authored and FamousWolf committed Apr 7, 2024
1 parent 3f3d4eb commit 734725c
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.2.0
- url: /local/week-planner-card.js?version=1.3.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.2.0",
"version": "1.3.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 734725c

Please sign in to comment.