diff --git a/build/distributions/cobol-check-0.2.19.zip b/build/distributions/cobol-check-0.2.19.zip index b075a1a2..d4c3e05f 100644 Binary files a/build/distributions/cobol-check-0.2.19.zip and b/build/distributions/cobol-check-0.2.19.zip differ diff --git a/build/libs/cobol-check-0.2.19.jar b/build/libs/cobol-check-0.2.19.jar index 851153bc..bc1ba4dc 100644 Binary files a/build/libs/cobol-check-0.2.19.jar and b/build/libs/cobol-check-0.2.19.jar differ diff --git a/vs-code-extension/CHANGELOG.md b/vs-code-extension/CHANGELOG.md index 86f26060..464e1102 100644 --- a/vs-code-extension/CHANGELOG.md +++ b/vs-code-extension/CHANGELOG.md @@ -2,9 +2,12 @@ All notable changes to the "cobol-unit-test" extension will be documented in this file. Versioning according to SemVer: https://semver.org/ +## [0.4.14] 27.11.2025 +- Republish; using COBOL Check version 0.2.19 + ## [0.4.13] 26.11.2025 - Repeat; using COBOL Check version 0.2.19 -The jar was missing in the build. This has now been fixed. + The jar was missing in the build. This has now been fixed. ## [0.4.13] 24.10.2025 - Now using COBOL Check version 0.2.19 diff --git a/vs-code-extension/Cobol-check/bin/cobol-check-0.2.18.jar b/vs-code-extension/Cobol-check/bin/cobol-check-0.2.18.jar deleted file mode 100644 index e9423eb1..00000000 Binary files a/vs-code-extension/Cobol-check/bin/cobol-check-0.2.18.jar and /dev/null differ diff --git a/vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar b/vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar index 851153bc..bc1ba4dc 100644 Binary files a/vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar and b/vs-code-extension/Cobol-check/bin/cobol-check-0.2.19.jar differ diff --git a/vs-code-extension/package.json b/vs-code-extension/package.json index c5afdeb1..2d24feef 100644 --- a/vs-code-extension/package.json +++ b/vs-code-extension/package.json @@ -8,7 +8,7 @@ "Snippets" ], "description": "Extension for running unit tests in Cobol", - "version": "0.4.13", + "version": "0.4.14", "icon": "images/cobol-check-logo-small.png", "repository": { "type": "git", @@ -40,7 +40,7 @@ } ], "description": "Extension for running unit tests in Cobol", - "version": "0.4.13", + "version": "0.4.14", "icon": "images/cobol-check-logo-small.png", "repository": { "type": "git",