From ca7bb77356e5f83f3e333450c8a62fd7f277413f Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 16 Feb 2025 16:57:16 +0300 Subject: [PATCH] Fix --- 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 21f3ab2..4e011d2 100644 --- a/luci-app-podkop/Makefile +++ b/luci-app-podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-podkop -PKG_VERSION:=0.3.5 +PKG_VERSION:=0.3.6 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index 41cb151..f1ad137 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.5 +PKG_VERSION:=0.3.6 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog