From 325c76f5e1a9e093e6ace29b42866cc9750b6231 Mon Sep 17 00:00:00 2001 From: Daniel Brondani Date: Wed, 20 May 2026 14:33:22 +0200 Subject: [PATCH] Update schema versions --- schemas/debug-adapters.schema.json | 2 +- schemas/templates.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/debug-adapters.schema.json b/schemas/debug-adapters.schema.json index ace5af5..a759a91 100644 --- a/schemas/debug-adapters.schema.json +++ b/schemas/debug-adapters.schema.json @@ -3,7 +3,7 @@ "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.13.0/schemas/debug-adapters.schema.json", "title": "CMSIS debug-adapters registry", "description": "Contains the list of supported debug adapters", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "debug-adapters": { diff --git a/schemas/templates.schema.json b/schemas/templates.schema.json index df037b2..1eb8786 100644 --- a/schemas/templates.schema.json +++ b/schemas/templates.schema.json @@ -3,7 +3,7 @@ "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.13.0/schemas/templates.schema.json", "title": "CMSIS debug-adapters templates", "description": "Contains the templates for the supported debug adapters", - "version": "2.13.0", + "version": "2.14.0", "type": "object", "properties": { "data": { "type": "object", "additionalProperties": true },