Skip to content

Commit

Permalink
Merge pull request #194 from FamousWolf/increase-version-number
Browse files Browse the repository at this point in the history
[TASK] Increase version to 1.10.0
  • Loading branch information
FamousWolf authored Nov 20, 2024
2 parents 33e76c1 + 916520b commit 93d6cd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.9.0
- url: /local/week-planner-card.js?version=1.10.0
type: module
```
- **Using the graphical editor**
Expand Down
10 changes: 5 additions & 5 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.9.0",
"version": "1.10.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 93d6cd3

Please sign in to comment.