diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-07-15 22:10:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 22:10:52 +0200 |
commit | c5e81f1ae0d8abf30a8e74968ba396b4e15b47d2 (patch) | |
tree | bd9fa2682570d36a0e18b1adc020cef150526626 /package.json | |
parent | 90c8bd01df208c85967d1fb9169b7a7ad1685f73 (diff) | |
download | FlightCore-c5e81f1ae0d8abf30a8e74968ba396b4e15b47d2.tar.gz FlightCore-c5e81f1ae0d8abf30a8e74968ba396b4e15b47d2.zip |
chore: Bump Tauri to 1.4 (#412)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 66b4f7f9..27094072 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "tauri": "tauri" }, "dependencies": { - "@tauri-apps/api": "^1.3.0" + "@tauri-apps/api": "^1.4.0" }, "devDependencies": { - "@tauri-apps/cli": "^1.3.0" + "@tauri-apps/cli": "^1.4.0" } } |