diff --git a/Makefile b/Makefile index 592b5f7..2ce5eea 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-v2ray -PKG_VERSION:=2.2.3 +PKG_VERSION:=2.2.4 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 3645cc2..0d1f941 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.3" + "-" + "0")), + E("p", _("Version: %s").format("2.2.4" + "-" + "0")), E("p", _("Source: %s").format(` https://github.com/rp-hello/luci-app-v2ray