diff --git a/gradle.properties b/gradle.properties index 49e4872..ec873f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,4 @@ # limitations under the License. # -version=0.0.10-SNAPSHOT +version=0.0.10 diff --git a/nohttp-gradle/README.adoc b/nohttp-gradle/README.adoc index f699248..2f01370 100644 --- a/nohttp-gradle/README.adoc +++ b/nohttp-gradle/README.adoc @@ -17,7 +17,7 @@ For example in Groovy: [source,groovy] ---- plugins { - id "io.spring.nohttp" version "0.0.9" + id "io.spring.nohttp" version "0.0.10" } nohttp { @@ -31,7 +31,7 @@ Or in Kotlin: [source,kotlin] ---- plugins { - id("io.spring.nohttp") version "0.0.9" + id("io.spring.nohttp") version "0.0.10" } nohttp {