Skip to content

Commit

Permalink
Upadate version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 21, 2022
1 parent ce8093b commit ac0a13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add this to your module gradle configuration:

```kotlin
dependencies {
detektPlugins("com.braisgabin.detekt:kotlin-compiler-wrapper:0.0.1")
detektPlugins("com.braisgabin.detekt:kotlin-compiler-wrapper:0.0.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SONATYPE_HOST=DEFAULT

GROUP=com.braisgabin.detekt
POM_ARTIFACT_ID=kotlin-compiler-wrapper
VERSION_NAME=0.0.1
VERSION_NAME=0.0.2

POM_NAME=Detekt Compiler Rules
POM_DESCRIPTION=Detekt rules to wrap the Kotlin compiler messages
Expand Down

0 comments on commit ac0a13b

Please sign in to comment.