Skip to content

Commit

Permalink
correct internal card version
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Feb 6, 2023
1 parent 0df1f79 commit 161d845
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": "rpi-monitor-card",
"version": "1.2.6",
"version": "1.2.7",
"description": "Lovelace RPi Monitor Card",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CARD_VERSION = '1.2.8';
export const CARD_VERSION = '1.2.7';

/*
* EXAMPLE attributes ISP-RPi-mqtt-daemon.py v1.5.4
Expand Down

0 comments on commit 161d845

Please sign in to comment.