From a606921375b7d7705cefc6bb1e2a0536b9588138 Mon Sep 17 00:00:00 2001 From: local Date: Sun, 14 Apr 2024 17:48:07 +0800 Subject: [PATCH] update version to 2.3.1 --- Makefile | 2 +- htdocs/luci-static/resources/view/v2ray/about.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e0019dc..3dbbeb7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-v2ray -PKG_VERSION:=2.3.0 +PKG_VERSION:=2.3.1 PKG_RELEASE:=0 PKG_LICENSE:=MIT diff --git a/htdocs/luci-static/resources/view/v2ray/about.js b/htdocs/luci-static/resources/view/v2ray/about.js index 6ed7b41..b5bcfd6 100644 --- a/htdocs/luci-static/resources/view/v2ray/about.js +++ b/htdocs/luci-static/resources/view/v2ray/about.js @@ -35,7 +35,7 @@ return view.extend({ return E([ E("h2", "%s - %s".format(_("V2Ray"), _("About"))), E("p", _("LuCI support for V2Ray.")), - E("p", _("Version: %s").format("2.3.0" + "-" + "0")), + E("p", _("Version: %s").format("2.3.1" + "-" + "0")), E("p", _("Source: %s").format(` https://github.com/rp-hello/luci-app-v2ray