Skip to content

Commit

Permalink
chore: explicitly set tauri cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jul 25, 2024
1 parent 81dccc5 commit 21e0915
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion app/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 21e0915

Please sign in to comment.