From 4ad8fab9fc333e729735f3b95dd17c718cf41db8 Mon Sep 17 00:00:00 2001 From: Jan Loewe <jan.loewe@ptb.de> Date: Tue, 14 Feb 2023 14:31:14 +0100 Subject: [PATCH] chore: bump version to v3.2.0 --- src/DCC.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DCC.ts b/src/DCC.ts index de8eb7c..e9c77a6 100644 --- a/src/DCC.ts +++ b/src/DCC.ts @@ -2,7 +2,7 @@ import * as si from "./DSI"; import { XMLDate, XMLElement, XMLNumber, XMLBoolean, XMLList, INamespaced, ISchemaInformation, IAttributes } from "./BaseTypes"; import { ensureArray } from "./Util"; -const schemaVersion = "3.1.2"; +const schemaVersion = "3.2.0"; const namespace = "dcc"; const namespaceUrl = `https://ptb.de/${namespace}`; const schemaLocation = `${namespaceUrl}/v${schemaVersion}/dcc.xsd`; -- GitLab