Skip to content

Commit 63ded5d

Browse files
authored
Prepare the version 0.0.6 (#85)
Signed-off-by: Zbynek Cervinka <[email protected]>
1 parent bdf0482 commit 63ded5d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.0.6 (Feb 5, 2022)
4+
- Update kotlin-stdlib and kotlin-reflect to version 1.6.0
5+
- Add the CHANGELOG.md file
6+
37
## 0.0.5 (Jan 24, 2022)
48
- Update the `Remote-Robot` version to 0.11.11
59
- Add support for starting the `IntelliJ IDEA Ultimate`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
Add the following dependency:
3333
```
3434
dependencies {
35-
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.5'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.6'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
projectVersion=0.0.6-SNAPSHOT
1+
projectVersion=0.0.6
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)