Skip to content

Commit d9a7532

Browse files
committed
v1.2.0
1 parent 76992c2 commit d9a7532

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

.github/images/devices-screen.png

-134 KB
Loading

.github/images/execuse-command.png

-222 KB
Binary file not shown.

.github/images/execute-command.png

102 KB
Loading

.github/images/login-screen.png

-19 KB
Loading

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup pnpm
4040
uses: pnpm/action-setup@v2
4141
with:
42-
version: 8.10.5
42+
version: 9
4343

4444
- name: Node.js setup
4545
uses: actions/setup-node@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A versatile tool for managing Mi Home smart devices.
2222
### 2. Use the app
2323

2424
![Devices screen](.github/images/devices-screen.png)
25-
![Execute command](.github/images/execuse-command.png)
25+
![Execute command](.github/images/execute-command.png)
2626

2727
## Download
2828

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mi-home-toolkit",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -10,7 +10,7 @@
1010
},
1111
"engines": {
1212
"node": ">=18.19.1",
13-
"pnpm": ">=8"
13+
"pnpm": ">=9"
1414
},
1515
"private": true,
1616
"dependencies": {

src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Dmitrii Kuzmin"]
44
description = "A Tauri App"
55
edition = "2021"
66
name = "mi-home-toolkit"
7-
version = "1.1.0"
7+
version = "1.2.0"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Mi Home Toolkit",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"identifier": "com.mi-home-toolkit",
55
"build": {
66
"beforeDevCommand": "pnpm start",

0 commit comments

Comments
 (0)