From 3cb4be6427f25e6ed39048c41390e6bae3a87ef2 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Thu, 3 Apr 2025 16:47:47 +0300 Subject: [PATCH] v0.3.33 --- 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 cd7cbe6..d0f707e 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.32 +PKG_VERSION:=0.3.33 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index b27fe69..09ab90f 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.32 +PKG_VERSION:=0.3.33 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog