From 52c6eeae126b96d938de32fdcd67e4bb0abe0311 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 16 Feb 2025 17:52:57 +0300 Subject: [PATCH] Fix version --- 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 4e011d2..174d27e 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.6 +PKG_VERSION:=0.3.7 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index f1ad137..7c16815 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.6 +PKG_VERSION:=0.3.7 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog