Skip to content

Commit

Permalink
Prepare for release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Nov 20, 2020
1 parent b532ae2 commit c31e88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Limitations
Download
---
```groovy
implementation "se.ansman.kotshi:api:2.3.1"
kapt "se.ansman.kotshi:compiler:2.3.1"
implementation "se.ansman.kotshi:api:2.3.2"
kapt "se.ansman.kotshi:compiler:2.3.2"
```
Snapshots of the development version are available in [jfrogs's snapshots repository](https://oss.jfrog.org/artifactory/oss-snapshot-local/se/ansman/kotshi/).

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.4.0-SNAPSHOT
VERSION_NAME=2.3.2

POM_DESCRIPTION=An annotations processor that generates Moshi adapters from Kotlin data classes
POM_PACKAGING = "pom"
Expand Down

0 comments on commit c31e88b

Please sign in to comment.