Skip to content

Commit befaf7c

Browse files
fix: Update version numbers and modify WinStartVPN function signature
1 parent 45cb583 commit befaf7c

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ packages:
221221
dependency: transitive
222222
description:
223223
name: characters
224-
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
224+
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
225225
url: "https://pub.dev"
226226
source: hosted
227-
version: "1.4.0"
227+
version: "1.4.1"
228228
checked_yaml:
229229
dependency: transitive
230230
description:
@@ -865,18 +865,18 @@ packages:
865865
dependency: transitive
866866
description:
867867
name: matcher
868-
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
868+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
869869
url: "https://pub.dev"
870870
source: hosted
871-
version: "0.12.17"
871+
version: "0.12.19"
872872
material_color_utilities:
873873
dependency: transitive
874874
description:
875875
name: material_color_utilities
876-
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
876+
sha256: "9c337007e82b1889149c82ed242ed1cb24a66044e30979c44912381e9be4c48b"
877877
url: "https://pub.dev"
878878
source: hosted
879-
version: "0.11.1"
879+
version: "0.13.0"
880880
meta:
881881
dependency: transitive
882882
description:
@@ -1326,10 +1326,10 @@ packages:
13261326
dependency: transitive
13271327
description:
13281328
name: test_api
1329-
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
1329+
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
13301330
url: "https://pub.dev"
13311331
source: hosted
1332-
version: "0.7.7"
1332+
version: "0.7.10"
13331333
timing:
13341334
dependency: transitive
13351335
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: defyx_vpn
22
description: "Defyx VPN - Secure, fast, and reliable VPN service providing global privacy protection with advanced encryption and multi-platform support"
33
publish_to: "none"
4-
version: 5.4.0+268
4+
version: 5.4.1+268
55

66
environment:
77
sdk: ^3.8.0
@@ -106,7 +106,7 @@ msix_config:
106106
display_name: Defyx VPN
107107
publisher_display_name: UnboundTech UG
108108
identity_name: UnboundTechUG.6065AEC5A207
109-
msix_version: 5.3.7.0
109+
msix_version: 5.4.1.0
110110
publisher: "CN=62937938-2AE2-4C12-9ED8-4C418C0CADF2"
111111
logo_path: assets/images/logo.png
112112
capabilities: runFullTrust,internetClientServer,privateNetworkClientServer,unvirtualizedResources

windows/runner/dxcore_bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class DXCoreBridge {
4343
using WinStop_t = int (*)();
4444
using WinMeasurePing_t = int (*)();
4545
using WinGetFlag_t = const char* (*)();
46-
using WinStartVPN_t = void (*)(const char*, const char*, const char*, int);
46+
using WinStartVPN_t = void (*)(const char*, const char*, const char*, int, int);
4747
using WinStopVPN_t = int (*)();
4848
using WinSetAsnName_t = void (*)();
4949
using WinSetTimeZone_t = int (*)(float);

0 commit comments

Comments
 (0)