Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjo committed May 1, 2021
1 parent ff245ec commit 5107fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charger-card",
"version": "0.0.8",
"version": "0.0.9",
"description": "Charger card for Home Assistant Lovelace UI",
"main": "dist/charger-card.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.0.8';
export const VERSION = '0.0.9';

export const CHARGERDOMAIN = 'easee';
export const STATUS_ENTITY_BASE = '_status';
Expand Down

0 comments on commit 5107fc8

Please sign in to comment.