diff --git a/package-lock.json b/package-lock.json index 950f65f2b..6c94664d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sonarlint-vscode", - "version": "4.44.0", + "version": "4.45.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sonarlint-vscode", - "version": "4.44.0", + "version": "4.45.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@openpgp/web-stream-tools": "^0.3.0", diff --git a/package.json b/package.json index 888730b34..74a94ef36 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sonarlint-vscode", "displayName": "SonarQube for IDE", "description": "Advanced linter to detect & fix coding issues locally in JS/TS, Python, Java, C#, C/C++, Go, PHP. Use with SonarQube (Server, Cloud) for optimal team performance.", - "version": "4.44.0", + "version": "4.45.0", "icon": "images/sonarqube_for_ide_128px.png", "publisher": "SonarSource", "homepage": "https://www.sonarsource.com/products/sonarlint/",