Skip to content

Commit

Permalink
update version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
local committed Oct 15, 2023
1 parent 3317d72 commit 7b03b8b
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.3
PKG_VERSION:=2.2.4
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 @@ -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(`
<a href="https://github.com/rp-hello/luci-app-v2ray" target="_blank">
https://github.com/rp-hello/luci-app-v2ray
Expand Down

0 comments on commit 7b03b8b

Please sign in to comment.