Skip to content

Commit f0803b7

Browse files
committed
Bump
1 parent c0a5320 commit f0803b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "charger-card",
3-
"version": "0.0.6a",
3+
"version": "0.0.7",
44
"description": "Charger card for Home Assistant Lovelace UI",
55
"main": "dist/charger-card.js",
66
"scripts": {

src/const.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '0.0.6a';
1+
export const VERSION = '0.0.7';
22

33
export const CHARGERDOMAIN = 'easee';
44
export const STATUS_ENTITY_BASE = '_status';

0 commit comments

Comments
 (0)