Skip to content

Commit

Permalink
Bump version to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Jan 5, 2022
1 parent fafdb9c commit 79ceb0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v2.0.8",
"version": "v2.0.9",
"tasks": [
{
"type": "npm",
Expand Down
2 changes: 1 addition & 1 deletion 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": "xiaomi-vacuum-map-card",
"version": "v2.0.8",
"version": "v2.0.9",
"description": "Xiaomi Vacuum Map Card",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CARD_VERSION = "v2.0.8";
export const CARD_VERSION = "v2.0.9";
export const CARD_CUSTOM_ELEMENT_NAME = "xiaomi-vacuum-map-card";
export const EDITOR_CUSTOM_ELEMENT_NAME = "xiaomi-vacuum-map-card-editor";
export const ACTION_HANDLER_CUSTOM_ELEMENT_NAME = "action-handler-xiaomi-vacuum-map-card";
Expand Down

0 comments on commit 79ceb0c

Please sign in to comment.