Skip to content

Commit 398e66f

Browse files
committed
v0.1.2
1 parent 3f3da58 commit 398e66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/medisafe/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
NAME = "Medisafe"
1515
DOMAIN = "medisafe"
1616
DOMAIN_DATA = f"{DOMAIN}_data"
17-
VERSION = "0.1.1"
17+
VERSION = "0.1.2"
1818

1919
ATTRIBUTION = "Data provided by https://medisafe.com/"
2020
ISSUE_URL = "https://github.com/c99koder/ha-medisafe/issues"

custom_components/medisafe/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/c99koder/ha-medisafe/issues",
1010
"requirements": [],
11-
"version": "0.1.1"
11+
"version": "0.1.3"
1212
}

0 commit comments

Comments
 (0)