Skip to content

Commit

Permalink
Prepare for release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed May 7, 2023
1 parent ff3f279 commit 7a93ef4
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.10.2"
val kotshiVersion = "2.11.1"
implementation("se.ansman.kotshi:api:$kotshiVersion")
ksp("se.ansman.kotshi:compiler:$kotshiVersion")
}
Expand All @@ -239,7 +239,7 @@ Examples:
}

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

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

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

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

0 comments on commit 7a93ef4

Please sign in to comment.