Skip to content

Commit e11a86f

Browse files
committed
Prepare for release 2.11.4
1 parent 743f622 commit e11a86f

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.11.3"
226+
val kotshiVersion = "2.11.4"
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.11.3"
242+
val kotshiVersion = "2.11.4"
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.11.3"
258+
def kotshiVersion = "2.11.4"
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.11.3"
274+
def kotshiVersion = "2.11.4"
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.12.0-SNAPSHOT
1+
version=2.11.4
22

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

0 commit comments

Comments
 (0)