From ec3a281cef98157ee48e615c2c82ae9ffe0cff57 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Thu, 20 Feb 2025 17:22:15 +0300 Subject: [PATCH] v0.3.13 --- 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 f7d9d31..652e39f 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.12 +PKG_VERSION:=0.3.13 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index fae0354..0271e95 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.12 +PKG_VERSION:=0.3.13 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog