From 14027c5e249c214936472185619c5b81b6d3943e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20-=20=E7=B7=B4=E5=96=86=E6=98=8E?= Date: Mon, 22 May 2017 18:45:12 +0800 Subject: [PATCH] bump version to 1.1.0 --- package.json | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.