Skip to content

Commit f8ee6c0

Browse files
committed
change version to 1.2.0
1 parent 8339d11 commit f8ee6c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "defguard-client",
33
"private": false,
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "npm-run-all --parallel vite typesafe-i18n",

src-tauri/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
homepage = "https://github.com/DefGuard/client"
1212
license-file = "../LICENSE.md"
1313
rust-version = "1.80"
14-
version = "1.1.2"
14+
version = "1.2.0"
1515

1616
[package]
1717
name = "defguard-client"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "defguard-client",
11-
"version": "1.1.2"
11+
"version": "1.2.0"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)