diff --git a/package-lock.json b/package-lock.json index b4d4edc6db..d746ea4dac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bpmn-visualization", - "version": "0.41.0", + "version": "0.41.0-post", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a6bbec88e3..c97781fb26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-visualization", - "version": "0.41.0", + "version": "0.41.0-post", "type": "module", "sideEffects": false, "description": "A TypeScript library for visualizing process execution data on BPMN diagrams", diff --git a/sonar-project.properties b/sonar-project.properties index ff16de9a81..482fed3830 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -4,7 +4,7 @@ sonar.organization=process-analytics # This is the name and version displayed in the SonarCloud UI. sonar.projectName=bpmn-visualization -sonar.projectVersion=0.40.0 +sonar.projectVersion=0.41.0-post # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src diff --git a/src/component/version.ts b/src/component/version.ts index bbd1577c9c..374f79a39c 100644 --- a/src/component/version.ts +++ b/src/component/version.ts @@ -18,7 +18,7 @@ import { mxClient } from './mxgraph/initializer'; // WARN: this constant is automatically updated at release time by the 'manage-version-in-files.mjs' script. // So, if you modify the name of this file or this constant, please update the script accordingly. -const libraryVersion = '0.41.0'; +const libraryVersion = '0.41.0-post'; /** * @internal