From dd70c9b5d79b539483dbdf211e8747f0657646fe Mon Sep 17 00:00:00 2001 From: Olga Kitaina Date: Thu, 8 Jan 2026 15:40:28 +0400 Subject: [PATCH] json-schema-validator: Bump version to 2.4.0 2.4.0 bumps CMake version and introduces minimal changes. --- json-schema-validator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-schema-validator/Makefile b/json-schema-validator/Makefile index d102ea73e..83d5b0fcc 100644 --- a/json-schema-validator/Makefile +++ b/json-schema-validator/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=json-schema-validator -PKG_VERSION:=2.3.0 +PKG_VERSION:=2.4.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git