diff --git a/natt-vscode-extension/natt-configuration-editor-1.4.0.vsix b/natt-vscode-extension/natt-configuration-editor-1.4.0.vsix deleted file mode 100644 index d4a0b6a..0000000 Binary files a/natt-vscode-extension/natt-configuration-editor-1.4.0.vsix and /dev/null differ diff --git a/natt-vscode-extension/out/extension.js b/natt-vscode-extension/out/extension.js index 4701051..a84e5fe 100644 --- a/natt-vscode-extension/out/extension.js +++ b/natt-vscode-extension/out/extension.js @@ -256,7 +256,7 @@ function activate(context) { /****************************************************************************************************************************** */ // Define the URL and destination path for the JAR file const config = vscode.workspace.getConfiguration('natt-configuration-editor'); - const jarUrl = config.get('nattJarUrl', 'https://github.com/0xMartin/NetworkAppTestingTool/releases/download/1.6.7/NATT.jar'); + const jarUrl = config.get('nattJarUrl', 'https://github.com/0xMartin/NetworkAppTestingTool/releases/download/1.7.0/NATT.jar'); const destJarPath = path.join(projectPath, 'NATT.jar'); downloadFileWithProgress(jarUrl, destJarPath) .then(() => { diff --git a/natt-vscode-extension/package.json b/natt-vscode-extension/package.json index 4549ef4..aa7d69f 100644 --- a/natt-vscode-extension/package.json +++ b/natt-vscode-extension/package.json @@ -5,7 +5,7 @@ "publisher": "0xM4R71N", "repository": "https://github.com/0xMartin/NetworkAppTestingTool", "description": "Test scenario configuration editor for black box network application testing tool.", - "version": "1.4.0", + "version": "1.4.1", "engines": { "vscode": "^1.91.1" },