Skip to content

Commit

Permalink
chore(release): set the release version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
process-analytics-bot committed Sep 18, 2023
1 parent 17ed01f commit 86ccf8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
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.4.0.9000
Version: 0.5.0
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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install.packages("bpmnVisualizationR")

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.4.0")
devtools::install_github("process-analytics/bpmn-visualization-R@v0.5.0")
```

Or install the development version:
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bpmnVisualizationR 0.4.0.9000
# bpmnVisualizationR 0.5.0

This is a new submission. In this version, we have:

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install.packages("bpmnVisualizationR")

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.4.0")
devtools::install_github("process-analytics/bpmn-visualization-R@v0.5.0")
```

Or install the development version:
Expand Down

0 comments on commit 86ccf8f

Please sign in to comment.