Skip to content

Commit

Permalink
[RELEASE] Set the release version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
process-analytics-bot committed Nov 22, 2022
1 parent 3fa0d40 commit e3deecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bpmnVisualization
Type: Package
Title: Visualize Process Execution Data on BPMN (Business Process Model and Notation) Diagrams
Version: 2.3.0.9000
Version: 3.0.0
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 diagrams, using overlays, style customization and interactions, with BPMN Visualization.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ The following simulates the content of the `README.md` file of [bpmn-visualizati

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@v2.3.0")
devtools::install_github("process-analytics/bpmn-visualization-R@v3.0.0")
```

0 comments on commit e3deecf

Please sign in to comment.