Skip to content

Commit 86ccf8f

Browse files
chore(release): set the release version to 0.5.0
1 parent 17ed01f commit 86ccf8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4.0.9000
4+
Version: 0.5.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.4.0")
56+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.5.0")
5757
```
5858

5959
Or install the development version:

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bpmnVisualizationR 0.4.0.9000
1+
# bpmnVisualizationR 0.5.0
22

33
This is a new submission. In this version, we have:
44

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.4.0")
31+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.5.0")
3232
```
3333

3434
Or install the development version:

0 commit comments

Comments
 (0)