Skip to content

Commit

Permalink
Designate 0.2.0 release candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
berrywhite96 committed Sep 23, 2022
1 parent 9ebb987 commit 3bc776e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1.1",
"version": "0.2.0 rc1",
"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 @@ -248,7 +248,7 @@ styleInject(css_248z);

let HASSIO_CARD_ID = "shutter-row";
let HASSIO_CARD_NAME = "Shutter row";
let VERSION = "0.1.1";
let VERSION = "0.2.0 rc1";


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 @@ -16,7 +16,7 @@ import style from "./style.css";

let HASSIO_CARD_ID = "shutter-row";
let HASSIO_CARD_NAME = "Shutter row";
let VERSION = "0.1.1"
let VERSION = "0.2.0 rc1"


class ShutterRow extends LitElement {
Expand Down

0 comments on commit 3bc776e

Please sign in to comment.