Skip to content

Commit 2d073e7

Browse files
[RELEASE] Set the release version to 0.3.2
1 parent bbe8339 commit 2d073e7

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.3.1.9000
4+
Version: 0.3.2
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.3.1")
45+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.2")
4646
```
4747

4848
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.3.1.9000
1+
# bpmnVisualizationR 0.3.2
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
@@ -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.3.1")
22+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.2")
2323
```
2424

2525
Or install the development version:

0 commit comments

Comments
 (0)