Skip to content

Commit

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

License
---
```text
Copyright 2017-2020 Nicklas Ansman Giertz.
Copyright 2017-2021 Nicklas Ansman Giertz.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
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=2.5.0-SNAPSHOT
version=2.5.0
org.gradle.parallel=true
kapt.include.compile.classpath=false
kapt.incremental.apt=true
Expand Down

0 comments on commit e6da645

Please sign in to comment.