Skip to content

Commit 7a2f94d

Browse files
authored
Merge pull request #10 from VectorPrivacy/master
Release v0.1.8
2 parents 4107daa + 7e17e9f commit 7a2f94d

6 files changed

Lines changed: 187 additions & 112 deletions

File tree

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vector",
33
"private": true,
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
@@ -15,14 +15,14 @@
1515
"build:bare": "npm run tauri:build:bare"
1616
},
1717
"devDependencies": {
18-
"@tauri-apps/cli": "^2.4.1"
18+
"@tauri-apps/cli": "^2.7.1"
1919
},
2020
"dependencies": {
21-
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
22-
"@tauri-apps/plugin-dialog": "^2.2.1",
23-
"@tauri-apps/plugin-fs": "^2.2.1",
21+
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
22+
"@tauri-apps/plugin-dialog": "^2.3.1",
23+
"@tauri-apps/plugin-fs": "^2.4.1",
2424
"@tauri-apps/plugin-process": "^2.3.0",
25-
"@tauri-apps/plugin-store": "^2.2.0",
25+
"@tauri-apps/plugin-store": "^2.3.0",
2626
"@tauri-apps/plugin-updater": "^2.9.0"
2727
}
2828
}

src-tauri/Cargo.lock

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

0 commit comments

Comments
 (0)