-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELEASE] Set the release version to 0.3.2
- Loading branch information
1 parent
bbe8339
commit 2d073e7
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 = "[email protected]"), | ||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1") | ||
devtools::install_github("process-analytics/[email protected].2") | ||
``` | ||
|
||
Or install the development version: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# bpmnVisualizationR 0.3.1.9000 | ||
# bpmnVisualizationR 0.3.2 | ||
|
||
This is a new submission. In this version, we have: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1") | ||
devtools::install_github("process-analytics/[email protected].2") | ||
``` | ||
|
||
Or install the development version: | ||
|