Skip to content

Commit 088eb98

Browse files
[RELEASE] Set the release version to 0.3.1
1 parent 7f04f47 commit 088eb98

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.0.9000
4+
Version: 0.3.1
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.0")
45+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.3.1")
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
@@ -45,7 +45,7 @@ This is a new submission. In this version, we have:
4545

4646
## Response to CRAN for last submission
4747

48-
**Note**: the previous submission was done for version 0.3.0 of bpmnVisualizationR (commit 0cb72a6)
48+
**Note**: the previous submission was done for version 0.3.1 of bpmnVisualizationR (commit 0cb72a6)
4949

5050
> Possibly misspelled words in DESCRIPTION:
5151
> BPMN (3:44, 7:66)

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

2525
Or install the development version:

0 commit comments

Comments
 (0)