Skip to content

Commit 3c05d5c

Browse files
authored
Update schema versions
1 parent 71f2abe commit 3c05d5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/debug-adapters.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.13.0/schemas/debug-adapters.schema.json",
44
"title": "CMSIS debug-adapters registry",
55
"description": "Contains the list of supported debug adapters",
6-
"version": "2.13.0",
6+
"version": "2.14.0",
77
"type": "object",
88
"properties": {
99
"debug-adapters": {

schemas/templates.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.13.0/schemas/templates.schema.json",
44
"title": "CMSIS debug-adapters templates",
55
"description": "Contains the templates for the supported debug adapters",
6-
"version": "2.13.0",
6+
"version": "2.14.0",
77
"type": "object",
88
"properties": {
99
"data": { "type": "object", "additionalProperties": true },

0 commit comments

Comments
 (0)