From 9c30194b13a6d35f5d6544c6e58b120c659e60e7 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Wed, 23 Oct 2024 16:36:16 +0300 Subject: [PATCH] 0.1.7 --- luci-app-podkop/Makefile | 2 +- podkop/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-podkop/Makefile b/luci-app-podkop/Makefile index 19ea465..0e3103d 100644 --- a/luci-app-podkop/Makefile +++ b/luci-app-podkop/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-podkop -PKG_VERSION:=0.1.6 +PKG_VERSION:=0.1.7 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index d10f07c..895c813 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.1.6 +PKG_VERSION:=0.1.7 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog