From d08d158e7f7b862e5e0c9ee724c92df54f811cc2 Mon Sep 17 00:00:00 2001
From: Dimitry Ivanov <mail@dimitryivanov.ru>
Date: Mon, 6 Aug 2018 16:15:07 +0300
Subject: [PATCH] Update snapshot config

---
 README.md         | 2 +-
 gradle.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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