From e86bffb720b303d55a4c86de058a1e85cde55a65 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 17 Feb 2025 16:04:34 +0300 Subject: [PATCH] v0.3.8 --- 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 174d27e..24ccce8 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.7 +PKG_VERSION:=0.3.8 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index 7c16815..d2fa9ef 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.7 +PKG_VERSION:=0.3.8 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog