Skip to content

Commit

Permalink
Increment version number to 0.0.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Jan 25, 2023
1 parent 267f6b9 commit 56c891e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hct.be
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var VERSION='0.0.2'
var VERSION='0.0.3'
import mqtt
import json
import string
Expand Down

0 comments on commit 56c891e

Please sign in to comment.