diff --git a/package-lock.json b/package-lock.json index a8036473f..dbdeb06e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sonarlint-vscode", - "version": "4.13.0-SNAPSHOT", + "version": "4.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sonarlint-vscode", - "version": "4.13.0-SNAPSHOT", + "version": "4.13.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@vscode/webview-ui-toolkit": "1.0.0", diff --git a/package.json b/package.json index e67f11e70..beb060269 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sonarlint-vscode", "displayName": "SonarQube for IDE", "description": "Linter to detect & fix coding issues locally in JS/TS, Python, PHP, Java, C, C++, C#, Go, IaC. Use with SonarQube (Server, Cloud) for optimal team performance.", - "version": "4.13.0-SNAPSHOT", + "version": "4.13.0", "icon": "images/sonarqube_for_ide_128px.png", "publisher": "SonarSource", "homepage": "https://www.sonarsource.com/products/sonarlint/",