Skip to content

Commit

Permalink
Prepare for release 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Dec 29, 2023
1 parent 4991082 commit 4e295a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Examples:
}

dependencies {
val kotshiVersion = "2.14.0"
val kotshiVersion = "2.15.0"
implementation("se.ansman.kotshi:api:$kotshiVersion")
ksp("se.ansman.kotshi:compiler:$kotshiVersion")
}
Expand All @@ -176,7 +176,7 @@ Examples:
}

dependencies {
val kotshiVersion = "2.14.0"
val kotshiVersion = "2.15.0"
implementation("se.ansman.kotshi:api:$kotshiVersion")
kapt("se.ansman.kotshi:compiler:$kotshiVersion")
}
Expand All @@ -192,7 +192,7 @@ Examples:
}
dependencies {
def kotshiVersion = "2.14.0"
def kotshiVersion = "2.15.0"
implementation "se.ansman.kotshi:api:$kotshiVersion"
ksp "se.ansman.kotshi:compiler:$kotshiVersion"
}
Expand All @@ -208,7 +208,7 @@ Examples:
}
dependencies {
def kotshiVersion = "2.14.0"
def kotshiVersion = "2.15.0"
implementation "se.ansman.kotshi:api:$kotshiVersion"
kapt "se.ansman.kotshi:compiler:$kotshiVersion"
}
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.15.0-SNAPSHOT
version=2.15.0

kapt.include.compile.classpath=false
kapt.incremental.apt=true
Expand Down

0 comments on commit 4e295a2

Please sign in to comment.