Skip to content

Commit

Permalink
bump versions (#2039)
Browse files Browse the repository at this point in the history
* bump tauri version

* bump core version

* disable zknyms
  • Loading branch information
doums authored Jan 30, 2025
1 parent 93b69d2 commit 0167e56
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion nym-vpn-app/src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion nym-vpn-app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nym-vpn-app"
version = "1.2.0-mirabelle.3"
version = "1.2.0"
description = "NymVPN desktop client"
authors = [
"Nym Technologies SA",
Expand Down
2 changes: 1 addition & 1 deletion nym-vpn-app/src-tauri/src/states/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl AppState {
AppState {
vpn_mode,
dns_server,
credentials_mode: cli.dev_mode,
credentials_mode: false, // TODO explicitly set this to false for the release
..Default::default()
}
}
Expand Down
2 changes: 1 addition & 1 deletion nym-vpn-app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"linux": {
"deb": {
"depends": ["nym-vpnd (>= 1.2.0~beta)"],
"depends": ["nym-vpnd (>= 1.2.0)"],
"conflicts": ["nymvpn-x"],
"desktopTemplate": "./bundle/deb/main.desktop"
}
Expand Down
2 changes: 1 addition & 1 deletion nym-vpn-app/vpnd_compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# semver requirement of supported daemon version(s)
version = ">=1.2.0-beta"
version = ">=1.2.0"
64 changes: 32 additions & 32 deletions nym-vpn-core/Cargo.lock

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

2 changes: 1 addition & 1 deletion nym-vpn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ default-members = [
# nym-wireguard-types = { path = "../../nym/common/wireguard-types" }

[workspace.package]
version = "1.2.0-beta.5"
version = "1.2.0"
authors = ["Nym Technologies SA"]
repository = "https://github.com/nymtech/nym-vpn-client"
homepage = "https://nymtech.net"
Expand Down

0 comments on commit 0167e56

Please sign in to comment.