Skip to content

Commit 0e2d1e3

Browse files
committed
Prepare for release 0.0.3
1 parent ac5d9b5 commit 0e2d1e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Add the `detectors` module dependencies to your project and the `dsl` module as
3030

3131
```groovy
3232
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'
3535
}
3636
```
3737

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

4242
```groovy
4343
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'
4646
}
4747
```
4848

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
apply plugin: "maven-publish"
1717

1818
group = "com.github.serchinastico.lin"
19-
version = "0.0.2"
19+
version = "0.0.3"
2020

2121
repositories {
2222
google()

0 commit comments

Comments
 (0)