Skip to content

Commit c178ecb

Browse files
committed
Prepare for release 2.13.0
1 parent 19f0dc0 commit c178ecb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Examples:
223223
}
224224

225225
dependencies {
226-
val kotshiVersion = "2.12.0"
226+
val kotshiVersion = "2.13.0"
227227
implementation("se.ansman.kotshi:api:$kotshiVersion")
228228
ksp("se.ansman.kotshi:compiler:$kotshiVersion")
229229
}
@@ -239,7 +239,7 @@ Examples:
239239
}
240240

241241
dependencies {
242-
val kotshiVersion = "2.12.0"
242+
val kotshiVersion = "2.13.0"
243243
implementation("se.ansman.kotshi:api:$kotshiVersion")
244244
kapt("se.ansman.kotshi:compiler:$kotshiVersion")
245245
}
@@ -255,7 +255,7 @@ Examples:
255255
}
256256
257257
dependencies {
258-
def kotshiVersion = "2.12.0"
258+
def kotshiVersion = "2.13.0"
259259
implementation "se.ansman.kotshi:api:$kotshiVersion"
260260
ksp "se.ansman.kotshi:compiler:$kotshiVersion"
261261
}
@@ -271,7 +271,7 @@ Examples:
271271
}
272272
273273
dependencies {
274-
def kotshiVersion = "2.12.0"
274+
def kotshiVersion = "2.13.0"
275275
implementation "se.ansman.kotshi:api:$kotshiVersion"
276276
kapt "se.ansman.kotshi:compiler:$kotshiVersion"
277277
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.13.0-SNAPSHOT
1+
version=2.13.0
22

33
kapt.include.compile.classpath=false
44
kapt.incremental.apt=true

0 commit comments

Comments
 (0)