Skip to content

Commit

Permalink
Designate v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
berrywhite96 committed Oct 15, 2022
1 parent ed73214 commit 01c73ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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,7 +1,7 @@
{
"name": "@berrywhite/lovelace-shutter-row",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"description": "Home Assistant Lovelace Shutter Row Card",
"main": "shutter-row.js",
"module": "shutter-row.js",
Expand Down
2 changes: 1 addition & 1 deletion shutter-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ styleInject(css_248z);

let HASSIO_CARD_ID = "shutter-row";
let HASSIO_CARD_NAME = "Shutter row";
let VERSION = "0.2.1";
let VERSION = "0.2.2";


class ShutterRow extends s {
Expand Down
2 changes: 1 addition & 1 deletion src/shutter-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import style from "./style.css";

let HASSIO_CARD_ID = "shutter-row";
let HASSIO_CARD_NAME = "Shutter row";
let VERSION = "0.2.1";
let VERSION = "0.2.2";


class ShutterRow extends LitElement {
Expand Down

0 comments on commit 01c73ec

Please sign in to comment.