Skip to content

Commit

Permalink
bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Jun 11, 2023
1 parent 49a6170 commit b0c6182
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.1.2
PKG_VERSION:=2.2.0
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 @@ -23,7 +23,7 @@ return L.view.extend({
},
render: function(a) {
var e = void 0 === a ? [] : a, r = e[0], t = void 0 === r ? "" : r, o = e[1], s = void 0 === o ? "" : o;
return E([ E("h2", "%s - %s".format(_("V2Ray"), _("About"))), E("p", _("LuCI support for V2Ray and Xray-core.")), E("p", _("Version: %s").format("2.1.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>')), E("p", _("Report Bugs: %s").format('<a href="https://github.com/kuoruan/luci-app-v2ray/issues" target="_blank">https://github.com/kuoruan/luci-app-v2ray/issues</a>')), E("p", _("Donate: %s").format('<a href="https://blog.kuoruan.com/donate" target="_blank">https://blog.kuoruan.com/donate</a>')), E("p", _("Current Config File: %s").format(t)), E("pre", {
return E([ E("h2", "%s - %s".format(_("V2Ray"), _("About"))), E("p", _("LuCI support for V2Ray and Xray-core.")), E("p", _("Version: %s").format("2.2.0" + "-" + "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>')), E("p", _("Report Bugs: %s").format('<a href="https://github.com/kuoruan/luci-app-v2ray/issues" target="_blank">https://github.com/kuoruan/luci-app-v2ray/issues</a>')), E("p", _("Donate: %s").format('<a href="https://blog.kuoruan.com/donate" target="_blank">https://blog.kuoruan.com/donate</a>')), E("p", _("Current Config File: %s").format(t)), E("pre", {
style: "-moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;word-break: break-all;"
}, s || _("Failed to open file.")) ]);
},
Expand Down

0 comments on commit b0c6182

Please sign in to comment.