Skip to content

Commit

Permalink
Prepare next development iteration (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Sep 29, 2022
1 parent ab4bcfe commit 0ac4ecf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-sonarjs",
"version": "0.15.0",
"version": "0.16.0",
"description": "SonarJS rules for ESLint",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=eslint-plugin-sonarjs
sonar.projectName=eslint-plugin-sonarjs
sonar.projectDescription=SonarJS rules for ESLint

sonar.projectVersion=0.14.0
sonar.projectVersion=0.16.0

sonar.links.homepage=https://github.com/SonarSource/eslint-plugin-sonarjs
sonar.links.ci=https://travis-ci.org/SonarSource/eslint-plugin-sonarjs
Expand Down

0 comments on commit 0ac4ecf

Please sign in to comment.