From 75d77342960588264947405bb68548372da677a0 Mon Sep 17 00:00:00 2001 From: yichya QC Date: Fri, 23 Feb 2024 14:53:01 +0800 Subject: [PATCH] chore: bump version to 3.4.1 --- README.md | 1 + core/Makefile | 2 +- status/Makefile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ea2ccf7..d6c28ee6 100644 --- a/README.md +++ b/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 diff --git a/core/Makefile b/core/Makefile index 0641f1a3..98f2c946 100644 --- a/core/Makefile +++ b/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 diff --git a/status/Makefile b/status/Makefile index a41114bd..afa8afc4 100644 --- a/status/Makefile +++ b/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