Skip to content

Commit e1ed2f1

Browse files
committed
3.6.0
1 parent 9f73b26 commit e1ed2f1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pomodoro",
33
"private": true,
4-
"version": "3.5.0",
4+
"version": "3.6.0",
55
"type": "module",
66
"scripts": {
77
"start": "tauri dev",

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "3.5.0"
3+
version = "3.6.0"
44
description = "Pomodoro timer app"
55
authors = ["G07cha"]
66
license = "MIT"
@@ -32,6 +32,10 @@ tauri-plugin-positioner = { version = "2.0.2", features = ["tray-icon"] }
3232
tauri-nspanel = { git = "https://github.com/ahkohd/tauri-nspanel", branch = "v2" }
3333
monitor = { git = "https://github.com/ahkohd/tauri-toolkit", branch = "v2" }
3434

35+
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
36+
tauri-plugin-autostart = "2"
37+
tauri-plugin-updater = "2"
38+
3539
[dev-dependencies]
3640
cargo-bump = "1.1.0"
3741
serial_test = "3.1.1"
@@ -50,7 +54,3 @@ codegen-units = 1 # Compile crates one after another so the compiler can optimiz
5054
lto = true # Enables link to optimizations
5155
opt-level = "s" # Optimize for binary size
5256
strip = true # Remove debug symbols
53-
54-
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
55-
tauri-plugin-autostart = "2"
56-
tauri-plugin-updater = "2"

0 commit comments

Comments
 (0)