diff --git a/build.sh b/build.sh index 47dcac4..cd5a0d0 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh project_name="ua3f" -release_version="0.6.0" +release_version="0.7.0" target=main.go dist=./dist release_dir=./bin diff --git a/install.sh b/install.sh index 9ff6701..99d18c0 100755 --- a/install.sh +++ b/install.sh @@ -98,7 +98,7 @@ install_ua3f() { cd /root getcpucore -version=0.6.0 +version=0.7.0 ua3f_tar=ua3f-$version-$cpucore.tar.gz chmod_clash diff --git a/ipkg/CONTROL/control b/ipkg/CONTROL/control index 5efbab6..d767638 100644 --- a/ipkg/CONTROL/control +++ b/ipkg/CONTROL/control @@ -1,5 +1,5 @@ Package: ua3f -Version: 0.6.0-1 +Version: 0.7.0-1 Depends: luci-compat Source: /feed/openwrt SourceName: UA3F diff --git a/ipkg/CONTROL/control-e b/ipkg/CONTROL/control-e index 6d0cd3f..00b7369 100644 --- a/ipkg/CONTROL/control-e +++ b/ipkg/CONTROL/control-e @@ -1,5 +1,5 @@ Package: ua3f -Version: 0.6.0-1 +Version: 0.7.0-1 Depends: luci-compat Source: /feed/openwrt SourceName: UA3F diff --git a/openwrt/Makefile b/openwrt/Makefile index 9410888..f0bee20 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=UA3F -PKG_VERSION:=0.6.0 +PKG_VERSION:=0.7.0 PKG_RELEASE:=1 # PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/openwrt/files/luci/cbi.lua b/openwrt/files/luci/cbi.lua index ea879f2..e328002 100644 --- a/openwrt/files/luci/cbi.lua +++ b/openwrt/files/luci/cbi.lua @@ -3,7 +3,7 @@ local uci = require("luci.model.uci").cursor() ua3f = Map("ua3f", "UA3F", [[ - Version: 0.6.0 + Version: 0.7.0
Across the Campus we can reach every corner in the world. ]] diff --git a/src/main.go b/src/main.go index 41a605d..36fa7c9 100644 --- a/src/main.go +++ b/src/main.go @@ -18,7 +18,7 @@ import ( "github.com/sunbk201/ua3f/log" ) -var version = "0.6.0" +var version = "0.7.0" var payload string var uaPattern string var uaRegexp *regexp2.Regexp