From 2633d4d3602c98a11ed51c5937cd22b08d36917c Mon Sep 17 00:00:00 2001 From: SunBK201 Date: Thu, 11 Dec 2025 19:12:56 +0800 Subject: [PATCH] chore: bump version to 2.2.2 --- openwrt/Makefile | 2 +- openwrt/files/luci/view/ua3f/version.htm | 2 +- scripts/build.sh | 2 +- scripts/ipkg/CONTROL/control | 2 +- scripts/ipkg/CONTROL/control-e | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index a233927..58ce2c3 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=UA3F -PKG_VERSION:=2.2.1 +PKG_VERSION:=2.2.2 PKG_RELEASE:=1 # PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/openwrt/files/luci/view/ua3f/version.htm b/openwrt/files/luci/view/ua3f/version.htm index eef242f..34692ae 100644 --- a/openwrt/files/luci/view/ua3f/version.htm +++ b/openwrt/files/luci/view/ua3f/version.htm @@ -1,6 +1,6 @@ - Version: 2.2.1 + Version: 2.2.2 diff --git a/scripts/build.sh b/scripts/build.sh index 5f9823f..bf10109 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -8,7 +8,7 @@ set -e project_name="ua3f" -release_version="2.2.1" +release_version="2.2.2" target=main.go LINUX_ARCHS="amd64 arm arm64 mipsle mips64 riscv64 386 mipsle-softfloat mipsle-hardfloat armv7 armv8" diff --git a/scripts/ipkg/CONTROL/control b/scripts/ipkg/CONTROL/control index 624d388..773e516 100644 --- a/scripts/ipkg/CONTROL/control +++ b/scripts/ipkg/CONTROL/control @@ -1,5 +1,5 @@ Package: ua3f -Version: 2.2.1-1 +Version: 2.2.2-1 Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-ipopt, iptables-mod-nfqueue, iptables-mod-conntrack-extra, kmod-nf-conntrack-netlink Source: /feed/openwrt SourceName: UA3F diff --git a/scripts/ipkg/CONTROL/control-e b/scripts/ipkg/CONTROL/control-e index 624d388..773e516 100644 --- a/scripts/ipkg/CONTROL/control-e +++ b/scripts/ipkg/CONTROL/control-e @@ -1,5 +1,5 @@ Package: ua3f -Version: 2.2.1-1 +Version: 2.2.2-1 Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-ipopt, iptables-mod-nfqueue, iptables-mod-conntrack-extra, kmod-nf-conntrack-netlink Source: /feed/openwrt SourceName: UA3F