From 3d05fe8be4a311d28542bf036a12b5b3ef80e52e Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 3 Mar 2025 21:28:21 +0300 Subject: [PATCH] 0.3.21 --- 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 cb5988c..ed5ff63 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.20 +PKG_VERSION:=0.3.21 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index 004cebf..8a0b598 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.20 +PKG_VERSION:=0.3.21 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog