We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1984371 commit 875de6bCopy full SHA for 875de6b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 0.2.0 (Aug 4, 2022)
4
+ - Add support for IntelliJ CE 2022.2
5
+
6
## 0.1.1 (Aug 2, 2022)
7
- Update the `Remote-Robot` to version 0.11.15
8
- Issues fixed:
README.md
@@ -32,7 +32,7 @@ repositories {
32
Add the following dependency:
33
```
34
dependencies {
35
- 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'
36
}
37
38
gradle.properties
@@ -1,3 +1,3 @@
-projectVersion=0.2.0-SNAPSHOT
+projectVersion=0.2.0
nexusUser=invalid
nexusPassword=invalid
0 commit comments