Skip to content

Commit

Permalink
Prepare for release 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed May 10, 2023
1 parent 933353e commit 8d34977
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 @@ -223,7 +223,7 @@ Examples:
}

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

dependencies {
val kotshiVersion = "2.11.1"
val kotshiVersion = "2.11.2"
implementation("se.ansman.kotshi:api:$kotshiVersion")
kapt("se.ansman.kotshi:compiler:$kotshiVersion")
}
Expand All @@ -255,7 +255,7 @@ Examples:
}

dependencies {
def kotshiVersion = "2.11.1"
def kotshiVersion = "2.11.2"
implementation "se.ansman.kotshi:api:$kotshiVersion"
ksp "se.ansman.kotshi:compiler:$kotshiVersion"
}
Expand All @@ -271,7 +271,7 @@ Examples:
}

dependencies {
def kotshiVersion = "2.11.1"
def kotshiVersion = "2.11.2"
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.12.0-SNAPSHOT
version=2.11.2

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

0 comments on commit 8d34977

Please sign in to comment.