Skip to content

Commit b6f1dff

Browse files
chore(release): set the release version to 0.4.0
1 parent 9cd9a10 commit b6f1dff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bpmnVisualizationR
22
Type: Package
33
Title: Visualize Process Execution Data on 'BPMN' Diagrams
4-
Version: 0.3.2.9000
4+
Version: 0.4.0
55
Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "process.analytics.dev+CRAN@gmail.com"),
66
person("Thomas", "Bouffard", role = "aut"))
77
Description: To visualize the execution data of the processes on 'BPMN' (Business Process Model and Notation) diagrams, using overlays, style customization and interactions, with the 'bpmn-visualization' 'TypeScript' library.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install.packages("bpmnVisualizationR")
5353

5454
To install a dedicated version (available versions can be found in the [GitHub releases page](https://github.com/process-analytics/bpmn-visualization-R/releases)), run:
5555
```r
56-
devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.2")
56+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.4.0")
5757
```
5858

5959
Or install the development version:

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install.packages("bpmnVisualizationR")
2828

2929
To install a dedicated version (available versions can be found in the [GitHub releases page](https://github.com/process-analytics/bpmn-visualization-R/releases)), run:
3030
```r
31-
devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.2")
31+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.4.0")
3232
```
3333

3434
Or install the development version:

0 commit comments

Comments
 (0)