From c96de62d96d6141078f5cddd556432384c3687c5 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Tue, 4 Mar 2025 13:36:43 +0300 Subject: [PATCH] v0.3.22 --- 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 ed5ff63..0829d75 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.21 +PKG_VERSION:=0.3.22 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index 8a0b598..93836b1 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.21 +PKG_VERSION:=0.3.22 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog