Skip to content

Commit 9b97730

Browse files
committed
v1.4.0
1 parent b50111c commit 9b97730

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mi-home-toolkit",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
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.3.0"
7+
version = "1.4.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.3.0",
3+
"version": "1.4.0",
44
"identifier": "com.mi-home-toolkit",
55
"build": {
66
"beforeDevCommand": "pnpm start",

0 commit comments

Comments
 (0)