Skip to content

Commit

Permalink
feat: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBK201 committed Nov 20, 2024
1 parent 7b6f526 commit 45d647e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

project_name="ua3f"
release_version="0.7.0"
release_version="0.7.1"
target=main.go
dist=./dist
release_dir=./bin
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ install_ua3f() {
cd /root
getcpucore

version=0.7.0
version=0.7.1
ua3f_tar=ua3f-$version-$cpucore.tar.gz

chmod_clash
Expand Down
2 changes: 1 addition & 1 deletion ipkg/CONTROL/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ua3f
Version: 0.7.0-1
Version: 0.7.1-1
Depends: luci-compat
Source: /feed/openwrt
SourceName: UA3F
Expand Down
2 changes: 1 addition & 1 deletion ipkg/CONTROL/control-e
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ua3f
Version: 0.7.0-1
Version: 0.7.1-1
Depends: luci-compat
Source: /feed/openwrt
SourceName: UA3F
Expand Down
2 changes: 1 addition & 1 deletion openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=UA3F
PKG_VERSION:=0.7.0
PKG_VERSION:=0.7.1
PKG_RELEASE:=1

# PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion openwrt/files/luci/cbi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local uci = require("luci.model.uci").cursor()
ua3f = Map("ua3f",
"UA3F",
[[
<a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 0.7.0</a>
<a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 0.7.1</a>
<br>
Across the Campus we can reach every corner in the world.
]]
Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/sunbk201/ua3f/log"
)

var version = "0.7.0"
var version = "0.7.1"
var payload string
var uaPattern string
var uaRegexp *regexp2.Regexp
Expand Down

0 comments on commit 45d647e

Please sign in to comment.