From 91c5fbc2bb1ef6306b4120f14c07610112a3fc39 Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 29 Nov 2023 18:23:02 -0500 Subject: [PATCH] Makefile fix/version 2.3.2 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1fa4025..7c2a074 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Argon Theme LUCI_DEPENDS:=+curl +jsonfilter -PKG_VERSION:=2.3.1 -PKG_RELEASE:=20230420 +PKG_VERSION:=2.3.2 +PKG_RELEASE:=20231129 + +CONFIG_LUCI_CSSTIDY:= include $(TOPDIR)/feeds/luci/luci.mk