From 56c891e0f2692bbe671c743a03220883d1c339d7 Mon Sep 17 00:00:00 2001 From: Frontmatter Actions Date: Wed, 25 Jan 2023 15:22:57 +0000 Subject: [PATCH] Increment version number to 0.0.3 for release --- README.md | 4 ++-- hct.be | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98fe453..67a86bf 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.2/hct.be','/hct.be') +tasmota.urlfetch('https://raw.githubusercontent.com/fmtr/hct/v0.0.3/hct.be','/hct.be') ``` -Alternatively, manually download [hct.be](https://raw.githubusercontent.com/fmtr/hct/v0.0.2/hct.be) and upload it onto +Alternatively, manually download [hct.be](https://raw.githubusercontent.com/fmtr/hct/v0.0.3/hct.be) and upload it onto your device. ## Example Walkthrough diff --git a/hct.be b/hct.be index 6f2489e..5f4ba22 100644 --- a/hct.be +++ b/hct.be @@ -1,4 +1,4 @@ -var VERSION='0.0.2' +var VERSION='0.0.3' import mqtt import json import string