Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmjo committed Nov 5, 2022
1 parent caafff2 commit 25fc71f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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,6 +1,6 @@
{
"name": "charger-card",
"version": "0.1.1",
"version": "0.1.2",
"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
Expand Up @@ -4,7 +4,7 @@ import * as vwegolf from './const_vwegolf.js';
import * as openevse from './const_openevse.js';


export const VERSION = '0.1.1';
export const VERSION = '0.1.2';

//Replacement tags
export const ENTITYPREFIX = '#ENTITYPREFIX#';
Expand Down

0 comments on commit 25fc71f

Please sign in to comment.