Skip to content

Commit

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

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

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

dependencies {
def kotshiVersion = "2.11.4"
def kotshiVersion = "2.12.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.12.0-SNAPSHOT
version=2.12.0

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

0 comments on commit 10bdbfb

Please sign in to comment.