diff --git a/ui/package.json b/ui/package.json index 2ca2cdd09..cfbee6947 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "weaverbird", - "version": "0.113.2", + "version": "0.114.0", "description": "A generic Visual Query Builder built in Vue.js", "bugs": { "url": "https://github.com/ToucanToco/weaverbird/issues", diff --git a/ui/sonar-project.properties b/ui/sonar-project.properties index fa2716b10..ee79cb28e 100644 --- a/ui/sonar-project.properties +++ b/ui/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. # sonar.projectName=weaverbird UI -sonar.projectVersion=0.113.2 +sonar.projectVersion=0.114.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=./src