Skip to content

Commit

Permalink
Prepare for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Jan 29, 2021
1 parent a24c00c commit 2308190
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.3"
kapt "se.ansman.kotshi:compiler:2.3.3"
implementation "se.ansman.kotshi:api:2.4.0"
kapt "se.ansman.kotshi:compiler:2.4.0"
```
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.4.0

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

0 comments on commit 2308190

Please sign in to comment.