From 80b9bd4a0f5cfb74ddf9b37086528e28b32f1d70 Mon Sep 17 00:00:00 2001 From: David Nowinsky Date: Mon, 9 Sep 2024 16:44:16 +0200 Subject: [PATCH] fix(ui): wrong package version (#2233) --- ui/package.json | 2 +- ui/sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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