Updated version

This commit is contained in:
Dimitry Ivanov 2018-01-13 21:14:16 +03:00
parent d0537df14d
commit 9bdcf8551c
2 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@
## Installation ## Installation
```groovy ```groovy
compile 'ru.noties:markwon:1.0.1' compile 'ru.noties:markwon:1.0.3'
compile 'ru.noties:markwon-image-loader:1.0.1' // optional compile 'ru.noties:markwon-image-loader:1.0.3' // optional
compile 'ru.noties:markwon-view:1.0.1' // optional compile 'ru.noties:markwon-view:1.0.3' // optional
``` ```
## Supported markdown features: ## Supported markdown features:

View File

@ -6,7 +6,7 @@ org.gradle.configureondemand=true
android.enableBuildCache=true android.enableBuildCache=true
android.buildCacheDir=build/pre-dex-cache android.buildCacheDir=build/pre-dex-cache
VERSION_NAME=1.0.2 VERSION_NAME=1.0.3
GROUP=ru.noties GROUP=ru.noties
POM_DESCRIPTION=Markwon POM_DESCRIPTION=Markwon