Skip to content

Commit

Permalink
release(0.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Jun 24, 2022
1 parent f254d3f commit 8c9c156
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 @@ -27,7 +27,7 @@ plugins {
// kotlin("kapt") version "..."

// Use the version that matches your Kotlin version!
id("com.google.devtools.ksp") version "1.6.10-1.0.4"
id("com.google.devtools.ksp") version "1.7.0-1.0.6"
}

repositories {
Expand All @@ -39,7 +39,7 @@ dependencies {
// Remove this:
// kapt("com.github.stephanenicolas.toothpick:toothpick-compiler:...")

ksp("fr.outadoc.toothpick-ksp:compiler:0.0.4")
ksp("fr.outadoc.toothpick-ksp:compiler:0.0.5")
}

ksp {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=fr.outadoc.toothpick-ksp
VERSION_NAME=0.0.4
VERSION_NAME=0.0.5

POM_PACKAGING=JAR

Expand Down

0 comments on commit 8c9c156

Please sign in to comment.