Skip to content

Commit 4231598

Browse files
committed
[RELEASE] Set version to 0.2.2
1 parent 47878c8 commit 4231598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bpmnVisualization
22
Type: Package
33
Title: Visualize Process Execution Data on BPMN (Business Process Model and Notation) Diagrams
4-
Version: 0.2.1.9000
4+
Version: 0.2.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 diagrams, using overlays, style customization and interactions, with BPMN Visualization.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install.packages('devtools')
3939

4040
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:
4141
```r
42-
devtools::install_github("process-analytics/bpmn-visualization-R@v0.2.1")
42+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.2.2")
4343
```
4444

4545
Or install the development version:

0 commit comments

Comments
 (0)