From e926b49b1bc560fb8df15511a33a003e795e7dd5 Mon Sep 17 00:00:00 2001 From: local Date: Sun, 15 Oct 2023 11:50:40 -0400 Subject: [PATCH] update version to 2.2.5 --- 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 a80cae5..92d6cf2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-v2ray -PKG_VERSION:=2.2.4 +PKG_VERSION:=2.2.5 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 0d1f941..f183433 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.4" + "-" + "0")), + E("p", _("Version: %s").format("2.2.5" + "-" + "0")), E("p", _("Source: %s").format(` https://github.com/rp-hello/luci-app-v2ray