Skip to content

Commit

Permalink
Prepare version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks committed Nov 15, 2019
1 parent 660d54c commit 8267fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ via Maven:
<dependency>
<groupId>com.faithlife.lint</groupId>
<artifactId>android-lint</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

via Gradle:

```kotlin
compileOnly("com.faithlife.lint:android-lint:1.0.0")
compileOnly("com.faithlife.lint:android-lint:1.0.1")
```

## Build instructions
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Library {
val version = "1.0.0"
val version = "1.0.1"
}

val lintVersion = "26.5.1"

0 comments on commit 8267fa6

Please sign in to comment.