Skip to content

Commit

Permalink
Prepare for release 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 28, 2021
1 parent cbbb57a commit 4214975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Releases
Our [change log][changelog] has release history.

```kotlin
implementation("com.squareup.okio:okio:3.0.0-alpha.11")
implementation("com.squareup.okio:okio:3.0.0")
```

<details>
Expand All @@ -109,7 +109,7 @@ repositories {
}

dependencies {
implementation("com.squareup.okio:okio:3.0.0-alpha.11")
implementation("com.squareup.okio:okio:3.0.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kotlin.js.compiler=both
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.okio
VERSION_NAME=3.0.0-SNAPSHOT
VERSION_NAME=3.0.0

0 comments on commit 4214975

Please sign in to comment.