diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index ee2cb2bd..59e00f3e 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/app/tauri/Cargo.toml b/app/tauri/Cargo.toml index 5775f79a..d58db357 100644 --- a/app/tauri/Cargo.toml +++ b/app/tauri/Cargo.toml @@ -3,7 +3,7 @@ name = "pomatez" # In the current version of release please, unless the toml file is in the root of the project it cannot be updated. # https://github.com/googleapis/release-please/issues/1724 # util/cargo-version-updater.js will run to keep this value up to date before rust builds. -version = "1.5.0" +version = "1.6.4" description = "Attractive pomodoro timer for Windows, Mac, and Linux." authors = ["Roldan Montilla Jr"] license = "MIT" diff --git a/package.json b/package.json index dfcea423..c08ef242 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ ] }, "devDependencies": { - "@tauri-apps/cli": "^2.0.0-alpha.17", + "@tauri-apps/cli": "2.0.0-alpha.17", "commitizen": "^4.1.2", "copyfiles": "2.4.1", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 37317268..d12618f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5389,7 +5389,7 @@ __metadata: languageName: node linkType: hard -"@tauri-apps/cli@npm:^2.0.0-alpha.17": +"@tauri-apps/cli@npm:2.0.0-alpha.17": version: 2.0.0-alpha.17 resolution: "@tauri-apps/cli@npm:2.0.0-alpha.17" dependencies: @@ -21567,7 +21567,7 @@ __metadata: version: 0.0.0-use.local resolution: "root@workspace:." dependencies: - "@tauri-apps/cli": "npm:^2.0.0-alpha.17" + "@tauri-apps/cli": "npm:2.0.0-alpha.17" commitizen: "npm:^4.1.2" copyfiles: "npm:2.4.1" cross-env: "npm:^7.0.3"