Skip to content

Commit

Permalink
Prepare for release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Serchinastico committed Dec 27, 2018
1 parent ac5d9b5 commit 0e2d1e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Add the `detectors` module dependencies to your project and the `dsl` module as

```groovy
dependencies {
lintChecks 'com.serchinastico.lin:detectors:0.0.2'
lintClassPath 'com.serchinastico.lin:dsl:0.0.2'
lintChecks 'com.serchinastico.lin:detectors:0.0.3'
lintClassPath 'com.serchinastico.lin:dsl:0.0.3'
}
```

Expand All @@ -41,8 +41,8 @@ If you want to write your own detectors just add the `dsl` and `annotations` mod

```groovy
dependencies {
compileOnly 'com.serchinastico.lin:dsl:0.0.2'
compileOnly 'com.serchinastico.lin:annotations:0.0.2'
compileOnly 'com.serchinastico.lin:dsl:0.0.3'
compileOnly 'com.serchinastico.lin:annotations:0.0.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: "maven-publish"

group = "com.github.serchinastico.lin"
version = "0.0.2"
version = "0.0.3"

repositories {
google()
Expand Down

0 comments on commit 0e2d1e3

Please sign in to comment.