From 6071a96e9c53959b438f047ef88400d20f1a5f9c Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 21 Feb 2025 15:37:43 +0300 Subject: [PATCH] 0.3.14 --- 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 652e39f..42396ca 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.13 +PKG_VERSION:=0.3.14 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index 0271e95..81a2332 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.13 +PKG_VERSION:=0.3.14 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog