File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Add the `detectors` module dependencies to your project and the `dsl` module as
30
30
31
31
``` groovy
32
32
dependencies {
33
- lintChecks 'com.serchinastico.lin:detectors:0.0.2 '
34
- lintClassPath 'com.serchinastico.lin:dsl:0.0.2 '
33
+ lintChecks 'com.serchinastico.lin:detectors:0.0.3 '
34
+ lintClassPath 'com.serchinastico.lin:dsl:0.0.3 '
35
35
}
36
36
```
37
37
@@ -41,8 +41,8 @@ If you want to write your own detectors just add the `dsl` and `annotations` mod
41
41
42
42
``` groovy
43
43
dependencies {
44
- compileOnly 'com.serchinastico.lin:dsl:0.0.2 '
45
- compileOnly 'com.serchinastico.lin:annotations:0.0.2 '
44
+ compileOnly 'com.serchinastico.lin:dsl:0.0.3 '
45
+ compileOnly 'com.serchinastico.lin:annotations:0.0.3 '
46
46
}
47
47
```
48
48
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
16
16
apply plugin : " maven-publish"
17
17
18
18
group = " com.github.serchinastico.lin"
19
- version = " 0.0.2 "
19
+ version = " 0.0.3 "
20
20
21
21
repositories {
22
22
google()
You can’t perform that action at this time.
0 commit comments