diff --git a/package.json b/package.json index 09fee04..0fcc815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyroute", - "version": "1.0.3", + "version": "1.1.0", "description": "A flexable lightweight router you can use in nodejs and browser. No dependency.", "main": "index.js", "scripts": { diff --git a/sonar-project.properties b/sonar-project.properties index 5cefd3c..82c7139 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=anyroute # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=anyroute -sonar.projectVersion=1.0.3 +sonar.projectVersion=1.1.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # This property is optional if sonar.modules is set.