diff --git a/README.md b/README.md index 118d8af8066..21cfd5382dd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the dependency into project `build.gradle` ```groovy dependencies { - compile 'io.kategory:kategory:0.3.9' + compile 'io.kategory:kategory:0.3.10' } ``` diff --git a/ank-core/gradle.properties b/ank-core/gradle.properties index 38a423e1662..025458ae9e1 100644 --- a/ank-core/gradle.properties +++ b/ank-core/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=0.1.7-SNAPSHOT +VERSION_NAME=0.1.8-SNAPSHOT POM_ARTIFACT_ID=ank-core POM_NAME=Ank Core POM_DESCRIPTION=Compile time docs verification for Kotlin (Core) -POM_PACKAGING=jar \ No newline at end of file +POM_PACKAGING=jar diff --git a/gradle.properties b/gradle.properties index 227c907976b..126b0daa2f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Package definitions GROUP=io.kategory -VERSION_NAME=0.3.9 +VERSION_NAME=0.3.11-SNAPSHOT # Gradle options org.gradle.jvmargs=-Xmx4g