Skip to content

Commit

Permalink
Prepare version 0.2.0 final (#147)
Browse files Browse the repository at this point in the history
Fixes #146

Signed-off-by: Zbynek Cervinka <[email protected]>
  • Loading branch information
zcervink authored Aug 4, 2022
1 parent 1984371 commit 875de6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.2.0 (Aug 4, 2022)
- Add support for IntelliJ CE 2022.2

## 0.1.1 (Aug 2, 2022)
- Update the `Remote-Robot` to version 0.11.15
- Issues fixed:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
Add the following dependency:
```
dependencies {
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.0-SNAPSHOT'
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
projectVersion=0.2.0-SNAPSHOT
projectVersion=0.2.0
nexusUser=invalid
nexusPassword=invalid

0 comments on commit 875de6b

Please sign in to comment.