From 22055363aea95356ff6e962aa61cba4240c6edb8 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Tue, 26 Jun 2018 10:48:25 +0200 Subject: [PATCH] Version increment 1.0.6 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49938317..68d3f334 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ ## Installation ```groovy -compile 'ru.noties:markwon:1.0.5' -compile 'ru.noties:markwon-image-loader:1.0.5' // optional -compile 'ru.noties:markwon-view:1.0.5' // optional +compile 'ru.noties:markwon:1.0.6' +compile 'ru.noties:markwon-image-loader:1.0.6' // optional +compile 'ru.noties:markwon-view:1.0.6' // optional ``` ### Snapshot diff --git a/gradle.properties b/gradle.properties index 7be91170..f3424164 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.6-SNAPSHOT +VERSION_NAME=1.0.6 GROUP=ru.noties POM_DESCRIPTION=Markwon