diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-11-24 09:35:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 09:35:30 -0700 |
commit | 6f709303708e70cffff4ec6fd621df97325594bc (patch) | |
tree | a1beee85701a11780ae81878f5d0c73a96a902a0 | |
parent | 9498e4ae48e46fce58112cbc7e99c40e088fa352 (diff) | |
parent | 4e538f3e0379890ee1d2db0b29a1e2d735a7c30f (diff) |
Merge pull request #6719 from Moondarker/advanced-reboot-ver-bump
luci-app-advanced-reboot: bump version number due to changes in code
-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/ |