Skip to content

Commit a606921

Browse files
author
local
committed
update version to 2.3.1
1 parent 4c23881 commit a606921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=luci-app-v2ray
9-
PKG_VERSION:=2.3.0
9+
PKG_VERSION:=2.3.1
1010
PKG_RELEASE:=0
1111

1212
PKG_LICENSE:=MIT

htdocs/luci-static/resources/view/v2ray/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ return view.extend({
3535
return E([
3636
E("h2", "%s - %s".format(_("V2Ray"), _("About"))),
3737
E("p", _("LuCI support for V2Ray.")),
38-
E("p", _("Version: %s").format("2.3.0" + "-" + "0")),
38+
E("p", _("Version: %s").format("2.3.1" + "-" + "0")),
3939
E("p", _("Source: %s").format(`
4040
<a href="https://github.com/rp-hello/luci-app-v2ray" target="_blank">
4141
https://github.com/rp-hello/luci-app-v2ray

0 commit comments

Comments
 (0)