diff options
Diffstat (limited to 'protocols/luci-proto-yggdrasil/Makefile')
-rw-r--r-- | protocols/luci-proto-yggdrasil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/luci-proto-yggdrasil/Makefile b/protocols/luci-proto-yggdrasil/Makefile index 1025cb67ca..c864ac4aa2 100644 --- a/protocols/luci-proto-yggdrasil/Makefile +++ b/protocols/luci-proto-yggdrasil/Makefile @@ -9,7 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for Yggdrasil Network LUCI_DEPENDS:=+yggdrasil LUCI_PKGARCH:=all -PKG_VERSION:=1.1.0 +PKG_VERSION:=1.1.1 +PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com> include ../../luci.mk |