Skip to content

Commit 0cb72a6

Browse files
[RELEASE] Set the release version to 0.3.0
1 parent df1df1d commit 0cb72a6

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.2.2.9000
4+
Version: 0.3.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
@@ -42,7 +42,7 @@ install.packages('devtools')
4242

4343
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:
4444
```r
45-
devtools::install_github("process-analytics/bpmn-visualization-R@v0.2.2")
45+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.0")
4646
```
4747

4848
Or install the development version:

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It is made possible by [htmlwidgets](http://www.htmlwidgets.org/), which provide
1919

2020
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:
2121
```r
22-
devtools::install_github("process-analytics/bpmn-visualization-R@v0.2.2")
22+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.0")
2323
```
2424

2525
Or install the development version:

0 commit comments

Comments
 (0)