Skip to content

Commit

Permalink
Prepare version 0.1.0 final (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Cervinka <[email protected]>
  • Loading branch information
zcervink authored Jun 24, 2022
1 parent adb04e6 commit fcef0ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.0 (Jun 24, 2022)
- Add DCO documentation
- Add support for IntelliJ IDEA 2022.1

## 0.0.9 (May 10, 2022)
- Add support for IntelliJ IDEA Ultimate (2020.2, 2020.3, 2021.1, 2021.2)
- Add support for the following IntelliJ IDEA versions:
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.1.0-SNAPSHOT'
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.1.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.1.0-SNAPSHOT
projectVersion=0.1.0
nexusUser=invalid
nexusPassword=invalid

0 comments on commit fcef0ba

Please sign in to comment.