From 9bdcf8551c60de116d0a035fd9d812218777da1e Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Sat, 13 Jan 2018 21:14:16 +0300 Subject: [PATCH] Updated version --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cf718eb..876af5e9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ ## Installation ```groovy -compile 'ru.noties:markwon:1.0.1' -compile 'ru.noties:markwon-image-loader:1.0.1' // optional -compile 'ru.noties:markwon-view:1.0.1' // optional +compile 'ru.noties:markwon:1.0.3' +compile 'ru.noties:markwon-image-loader:1.0.3' // optional +compile 'ru.noties:markwon-view:1.0.3' // optional ``` ## Supported markdown features: diff --git a/gradle.properties b/gradle.properties index 6a624106..da766e33 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.0.2 +VERSION_NAME=1.0.3 GROUP=ru.noties POM_DESCRIPTION=Markwon