File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.0.7 (Feb 25, 2022)
4+ - Update the ` Remote-Robot ` version to 0.11.13
5+ - Fix ` multiple screenshots overwriting each other ` issue
6+
37## 0.0.6 (Feb 5, 2022)
48 - Update kotlin-stdlib and kotlin-reflect to version 1.6.0
59 - Add the CHANGELOG.md file
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
3232Add the following dependency:
3333```
3434dependencies {
35- compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.7-SNAPSHOT '
35+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.7'
3636}
3737```
3838
Original file line number Diff line number Diff line change 1- projectVersion =0.0.7-SNAPSHOT
1+ projectVersion =0.0.7
22nexusUser =invalid
33nexusPassword =invalid
You can’t perform that action at this time.
0 commit comments