Browse Source

chore: bump version to 3.4.1

pull/395/head
yichya QC 9 months ago
committed by yichya QC
parent
commit
75d7734296
  1. 1
      README.md
  2. 2
      core/Makefile
  3. 2
      status/Makefile

1
README.md

@ -45,6 +45,7 @@ Fork this repository and:
* 2024-02-18 chore: optimize code style; bump version
* 2024-02-19 fix: several DNS related validation
* 2024-02-20 fix: domain match priority; stricter resolve options; socks / http auth
* 2024-02-23 chore: bump version to 3.4.1
## Changelog since 3.3.0

2
core/Makefile

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-xray
PKG_VERSION:=3.4.0
PKG_VERSION:=3.4.1
PKG_RELEASE:=1
PKG_LICENSE:=MPLv2

2
status/Makefile

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-xray-status
PKG_VERSION:=3.4.0
PKG_VERSION:=3.4.1
PKG_RELEASE:=1
PKG_LICENSE:=MPLv2

Loading…
Cancel
Save