From f1f1c352232c753130c63a58526d7d5f71100c42 Mon Sep 17 00:00:00 2001 From: local Date: Mon, 8 Apr 2024 21:47:17 +0800 Subject: [PATCH] update version to 2.3.0 --- 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 82bd255..e0019dc 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-v2ray -PKG_VERSION:=2.2.6 +PKG_VERSION:=2.3.0 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 19a3af2..6ed7b41 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.2.6" + "-" + "0")), + E("p", _("Version: %s").format("2.3.0" + "-" + "0")), E("p", _("Source: %s").format(` https://github.com/rp-hello/luci-app-v2ray