diff --git a/Cargo.lock b/Cargo.lock index f1fed0b..2459074 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -4735,7 +4735,7 @@ dependencies = [ [[package]] name = "splitway-daemon" -version = "0.0.6" +version = "0.0.7" dependencies = [ "core-foundation 0.9.4", "env_logger", diff --git a/packaging/aur/splitway-gui/PKGBUILD b/packaging/aur/splitway-gui/PKGBUILD index 2177ca3..c2fab62 100644 --- a/packaging/aur/splitway-gui/PKGBUILD +++ b/packaging/aur/splitway-gui/PKGBUILD @@ -6,7 +6,7 @@ # the daemon without sudo; the group starts EMPTY, so the default posture is # unchanged until you run `usermod -aG splitway `. pkgname=splitway-gui -pkgver=0.0.5 +pkgver=0.0.6 pkgrel=1 pkgdesc="Splitway desktop GUI (egui front-end over the daemon socket)" arch=('x86_64' 'aarch64') diff --git a/packaging/aur/splitway/PKGBUILD b/packaging/aur/splitway/PKGBUILD index 585f5bf..3d89acf 100644 --- a/packaging/aur/splitway/PKGBUILD +++ b/packaging/aur/splitway/PKGBUILD @@ -6,7 +6,7 @@ # signed pacman repo (https://stslex.github.io/splitway/arch) ships a prebuilt # copy of this same package. pkgname=splitway -pkgver=0.0.5 +pkgver=0.0.6 pkgrel=1 pkgdesc="Domain-based split-DNS daemon + CLI: route selected domains through the VPN's DNS, everything else direct" arch=('x86_64' 'aarch64') diff --git a/splitway-daemon/Cargo.toml b/splitway-daemon/Cargo.toml index b8d4e27..8786ea3 100755 --- a/splitway-daemon/Cargo.toml +++ b/splitway-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splitway-daemon" -version = "0.0.6" +version = "0.0.7" edition = "2021" license = "MIT" description = "Domain-based split-DNS daemon: route selected domains through the VPN's DNS, everything else direct"