Skip to content

Commit bce42f8

Browse files
committed
[debug-adapter-registry] Update versions
1 parent 298dd1a commit bce42f8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

schemas/debug-adapters.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.12.1/schemas/debug-adapters.schema.json",
3+
"$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.12.1",
6+
"version": "2.13.0",
77
"type": "object",
88
"properties": {
99
"debug-adapters": {

schemas/templates.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/v2.11.0/schemas/templates.schema.json",
3+
"$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.11.0",
6+
"version": "2.13.0",
77
"type": "object",
88
"properties": {
99
"data": { "type": "object", "additionalProperties": true },

0 commit comments

Comments
 (0)