diff options
author | Petr Pyatkin <lenayxa@gmail.com> | 2023-11-24 18:48:30 +0300 |
---|---|---|
committer | Petr Pyatkin <lenayxa@gmail.com> | 2023-11-24 18:48:30 +0300 |
commit | 4e538f3e0379890ee1d2db0b29a1e2d735a7c30f (patch) | |
tree | a1beee85701a11780ae81878f5d0c73a96a902a0 /applications/luci-app-advanced-reboot/Makefile | |
parent | 9498e4ae48e46fce58112cbc7e99c40e088fa352 (diff) |
luci-app-advanced-reboot: bump version number due to changes in code
Signed-off-by: Petr Pyatkin <lenayxa@gmail.com>
Diffstat (limited to 'applications/luci-app-advanced-reboot/Makefile')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 6c1dead622..11697f3b0d 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> -PKG_VERSION:=1.0.1-8 +PKG_VERSION:=1.0.1-9 LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/ |