Skip to content

Commit 333b8f3

Browse files
committed
Fix version numbers.
1 parent b3beb94 commit 333b8f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following to your `build.gradle` file:
1010
```groovy
1111
plugins {
1212
// Checker Framework pluggable type-checking
13-
id("org.checkerframework").version("1.0.0")
13+
id("org.checkerframework").version("1.0.2")
1414
}
1515
```
1616

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group = "org.checkerframework"
1010

11-
version = "1.0.2-SNAPSHOT"
11+
version = "1.0.2"
1212

1313
repositories { mavenCentral() }
1414

0 commit comments

Comments
 (0)