From 5f10443e1521ec409b44d4f48921b2f9ef3ed6bf Mon Sep 17 00:00:00 2001 From: Frontmatter Actions Date: Wed, 1 Feb 2023 11:11:06 +0000 Subject: [PATCH] Increment version number to 0.0.5 for release --- README.md | 4 ++-- hct.be | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f3450f..dcd18c6 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ is likely to change, and only `Sensor`, `Select`, `Button` and `Number` entities Simply paste the following into your Tasmota Berry Script Console: ```be -tasmota.urlfetch('https://raw.githubusercontent.com/fmtr/hct/v0.0.4/hct.be','/hct.be') +tasmota.urlfetch('https://raw.githubusercontent.com/fmtr/hct/v0.0.5/hct.be','/hct.be') ``` -Alternatively, manually download [hct.be](https://raw.githubusercontent.com/fmtr/hct/v0.0.4/hct.be) and upload it onto +Alternatively, manually download [hct.be](https://raw.githubusercontent.com/fmtr/hct/v0.0.5/hct.be) and upload it onto your device. ## Example Walkthrough diff --git a/hct.be b/hct.be index e5da5c1..bd11ed0 100644 --- a/hct.be +++ b/hct.be @@ -1,4 +1,4 @@ -var VERSION='0.0.4' +var VERSION='0.0.5' import mqtt import json import string