Skip to content

Commit

Permalink
Prepare release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed Jun 8, 2020
1 parent d1523bc commit 818e222
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sonarlint-vscode",
"displayName": "SonarLint",
"description": "SonarLint is an IDE extension that helps you detect and fix quality issues as you write code in JavaScript, TypeScript, Python, Java, HTML and PHP.",
"version": "1.16.0-SNAPSHOT",
"version": "1.16.0",
"icon": "images/sonarlint_wave_128px.png",
"publisher": "SonarSource",
"homepage": "http://www.sonarlint.org",
Expand Down Expand Up @@ -480,4 +480,4 @@
"trailingComma": "none",
"bracketSpacing": true
}
}
}
2 changes: 1 addition & 1 deletion scripts/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"groupId": "org.sonarsource.sonarlint.ls",
"artifactId": "sonarlint-language-server",
"version": "1.3.0.18389",
"version": "1.3.0.18511",
"output": "server/sonarlint-ls.jar"
},
{
Expand Down

0 comments on commit 818e222

Please sign in to comment.