diff --git a/README.md b/README.md index cf7ea17b..1bd0c545 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ allprojects { and then in your module `build.gradle`: ```groovy -implementation 'ru.noties:markwon:1.1.0-SNAPSHOT' +implementation 'ru.noties:markwon:1.1.1-SNAPSHOT' ``` Please note that `markwon-image-loader`, `markwon-syntax` and `markwon-view` are also present in `SNAPSHOT` repository and share the same version as main `markwon` artifact. diff --git a/gradle.properties b/gradle.properties index c9111b02..1fcd79d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.configureondemand=true android.enableBuildCache=true android.buildCacheDir=build/pre-dex-cache -VERSION_NAME=1.1.0 +VERSION_NAME=1.1.1-SNAPSHOT GROUP=ru.noties POM_DESCRIPTION=Markwon