diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-10-07 11:21:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-07 11:21:12 -0700 |
commit | 25a4d075558af1effcb1539e6d6920a6ff198821 (patch) | |
tree | ce739a9e6cadc0ee375d26cf096ac41855fea84e | |
parent | 383edb4d6d0f1774ea83f08ac1fea1e1713cd5fe (diff) | |
parent | 74bc3e3b2d13d77cf1e79a603ee94139f1b2df3c (diff) |
Merge pull request #7309 from stangri/master-luci-app-pbr
luci-app-pbr: update to 1.1.7-21
-rw-r--r-- | applications/luci-app-pbr/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 3931d10f2b..45fb9acd25 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_VERSION:=1.1.7 -PKG_RELEASE:=15 +PKG_RELEASE:=21 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_URL:=https://github.com/stangri/luci-app-pbr/ diff --git a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js index 2ece6a4f58..fc2d9871cc 100644 --- a/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js +++ b/applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js @@ -11,7 +11,7 @@ var pkg = { return "pbr"; }, get ReadmeCompat() { - return "1.1.7-1"; + return "1.1.7-21"; }, get URL() { return ( |