diff --git a/DESCRIPTION b/DESCRIPTION index 1620200..80253c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: bpmnVisualizationR Type: Package Title: Visualize Process Execution Data on 'BPMN' Diagrams -Version: 0.3.1.9000 +Version: 0.3.2 Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "process.analytics.dev+CRAN@gmail.com"), person("Thomas", "Bouffard", role = "aut")) 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. diff --git a/README.md b/README.md index f7a1fc1..21989dc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ install.packages('devtools') 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: ```r -devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.1") +devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.2") ``` Or install the development version: diff --git a/cran-comments.md b/cran-comments.md index 45f00b1..157272d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -# bpmnVisualizationR 0.3.1.9000 +# bpmnVisualizationR 0.3.2 This is a new submission. In this version, we have: diff --git a/index.md b/index.md index fdd1889..5fa0219 100644 --- a/index.md +++ b/index.md @@ -19,7 +19,7 @@ It is made possible by [htmlwidgets](http://www.htmlwidgets.org/), which provide 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: ```r -devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.1") +devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.2") ``` Or install the development version: