Skip to content

Commit

Permalink
update version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Jun 13, 2023
1 parent fc4b119 commit 5f43749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-v2ray
PKG_VERSION:=2.2.1
PKG_VERSION:=2.2.2
PKG_RELEASE:=0

PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/v2ray/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.1" + "-" + "0")),
E("p", _("Version: %s").format("2.2.2" + "-" + "0")),
E("p", _("Author: %s").format("Xingwang Liao & BI7PRK")),
E("p", _("Source: %s").format('<a href="https://github.com/BI7PRK/luci-app-v2ray" target="_blank">https://github.com/BI7PRK/luci-app-v2ray</a>')),
E("p", _("Latest: %s").format('<a href="https://github.com/BI7PRK/luci-app-v2ray/releases/latest" target="_blank">https://github.com/BI7PRK/luci-app-v2ray/releases/latest</a>')),
Expand Down

0 comments on commit 5f43749

Please sign in to comment.