Skip to content

Commit b9c25b6

Browse files
committed
Small fix from last update
1 parent 067f6fe commit b9c25b6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Advanced logic and state management for your Homey automations. Create smart devices that react to multiple inputs with customizable formulas, and manage device states with powerful capture/restore functionality.
88

9-
[![Version](https://img.shields.io/badge/version-1.8.0-blue.svg)](https://github.com/Tiwas/SmartComponentsToolkit)
9+
[![Version](https://img.shields.io/badge/version-1.9.0-blue.svg)](https://github.com/Tiwas/SmartComponentsToolkit)
1010
[![Homey](https://img.shields.io/badge/Homey-5.0+-green.svg)](https://homey.app)
1111

1212
---

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1 class="text-4xl md:text-5xl font-bold mb-4">Smart (Components) Toolkit for H
5656
</a>
5757
</div>
5858
<div class="flex justify-center gap-2">
59-
<span class="bg-purple-800 text-white text-sm px-3 py-1 rounded">v1.8.0</span>
59+
<span class="bg-purple-800 text-white text-sm px-3 py-1 rounded">v1.9.0</span>
6060
<span class="bg-green-600 text-white text-sm px-3 py-1 rounded">Homey 5.0+</span>
6161
</div>
6262
</div>

no.tiwas.booleantoolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "no.tiwas.booleantoolbox",
3-
"version": "1.3.2",
3+
"version": "1.9.0",
44
"main": "app.js",
55
"dependencies": {
66
"athom-api": "^3.5.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "booleantoolbox-editor",
3-
"version": "1.0.0",
3+
"version": "1.9.0",
44
"type": "module",
55
"description": "Boolean Toolbox Editor for Homey",
66
"devDependencies": {

0 commit comments

Comments
 (0)