Skip to content

Commit 0ffdd83

Browse files
authored
[RELEASE] Set version to 0.1.2 (#74)
1 parent 39c3256 commit 0ffdd83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Check that the files are using the version to be released:
139139
- [DESCRIPTION](./DESCRIPTION)
140140
- [README](./README.md)
141141

142-
Create a new PR and merge it, if some files require changes.
142+
Create a new PR and merge it, if some files require changes. The PR/commit message should be `[RELEASE] Set version to x.y.z`.
143143

144144
#### GitHub issues and milestones update
145145

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 Diagrams
4-
Version: 0.1.1
4+
Version: 0.1.2
55
Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "celine.souchet@bonitasoft.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.1.1")
42+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.1.2")
4343
```
4444

4545
Or install the development version:

0 commit comments

Comments
 (0)