diff --git a/README.md b/README.md index 6a6f94793..5a8611313 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ repositories { dependencies { // Lincheck dependency - testImplementation("org.jetbrains.kotlinx:lincheck:2.33") + testImplementation("org.jetbrains.kotlinx:lincheck:2.34") } ``` diff --git a/docs/v.list b/docs/v.list index 028e74474..c2c097585 100644 --- a/docs/v.list +++ b/docs/v.list @@ -4,7 +4,7 @@ - + diff --git a/gradle.properties b/gradle.properties index e88b40ae0..bd1b2998d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ group=org.jetbrains.kotlinx name=lincheck -version=2.34-SNAPSHOT +version=2.34 inceptionYear=2019 lastCopyrightYear=2023