chore: bump version to 1.2.0

This commit is contained in:
SunBK201 2025-11-03 18:40:04 +08:00
parent bcee915783
commit 6d534e4b25
6 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
set -e set -e
project_name="ua3f" project_name="ua3f"
release_version="1.1.0" release_version="1.2.0"
target=main.go target=main.go
dist=./dist dist=./dist
release_dir=./bin release_dir=./bin

View File

@ -1,5 +1,5 @@
Package: ua3f Package: ua3f
Version: 1.1.0-1 Version: 1.2.0-1
Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-nat-extra, kmod-ipt-conntrack Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-nat-extra, kmod-ipt-conntrack
Source: /feed/openwrt Source: /feed/openwrt
SourceName: UA3F SourceName: UA3F
@ -7,5 +7,5 @@ License: GPL-3.0-only
Section: net Section: net
SourceDateEpoch: 1711267200 SourceDateEpoch: 1711267200
Architecture: all Architecture: all
Installed-Size: 6307840 Installed-Size: 6010880
Description: Advanced HTTP User-Agent Rewriting Tool. Description: Advanced HTTP User-Agent Rewriting Tool.

View File

@ -1,5 +1,5 @@
Package: ua3f Package: ua3f
Version: 1.1.0-1 Version: 1.2.0-1
Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-nat-extra, kmod-ipt-conntrack Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-nat-extra, kmod-ipt-conntrack
Source: /feed/openwrt Source: /feed/openwrt
SourceName: UA3F SourceName: UA3F
@ -7,5 +7,5 @@ License: GPL-3.0-only
Section: net Section: net
SourceDateEpoch: 1711267200 SourceDateEpoch: 1711267200
Architecture: all Architecture: all
Installed-Size: 6307840 Installed-Size: 6144000
Description: Advanced HTTP User-Agent Rewriting Tool. Description: Advanced HTTP User-Agent Rewriting Tool.

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=UA3F PKG_NAME:=UA3F
PKG_VERSION:=1.1.0 PKG_VERSION:=1.2.0
PKG_RELEASE:=1 PKG_RELEASE:=1
# PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz # PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

View File

@ -3,7 +3,7 @@ local uci = require("luci.model.uci").cursor()
ua3f = Map("ua3f", ua3f = Map("ua3f",
"UA3F", "UA3F",
[[ [[
<a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 1.1.0</a> <a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 1.2.0</a>
<br> <br>
Across the Campus we can reach every corner in the world. Across the Campus we can reach every corner in the world.
]] ]]

View File

@ -11,7 +11,7 @@ import (
"github.com/sunbk201/ua3f/internal/server" "github.com/sunbk201/ua3f/internal/server"
) )
const version = "1.1.0" const version = "1.2.0"
func main() { func main() {
cfg, showVer := config.Parse() cfg, showVer := config.Parse()