Skip to content

Commit

Permalink
Fixes @tauri-apps/cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerefrer committed Nov 21, 2024
1 parent a2ec32f commit 48ba85e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tibetan-translator",
"version": "0.9.10",
"version": "0.9.11",
"description": "An attempt at providing access to the best Tibetan dictionaries in a pleasant interface for all devices.",
"author": "Lekshe (Jeremy FRERE)",
"keywords": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.23.3",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/cli": "^2.1.1",
"@tauri-apps/cli": "^2.0.0",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-loader": "^9.1.3",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "TibetanTranslator"
version = "0.9.10"
version = "0.9.11"
description = "An attempt at providing access to the best Tibetan dictionaries in a pleasant interface for all devices."
authors = ["Lekshe (Jeremy FRERE)"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "TibetanTranslator",
"version": "0.9.10",
"version": "0.9.11",
"identifier": "com.jerefrer.TibetanTranslator",
"build": {
"frontendDist": "../dist",
Expand Down

0 comments on commit 48ba85e

Please sign in to comment.