From 251668f11cea300216677aff4c606988cc4b93c2 Mon Sep 17 00:00:00 2001 From: Glailton Costa Date: Sun, 18 Dec 2022 21:47:53 -0300 Subject: [PATCH] Updating version --- README.md | 4 ++-- expandable-textview/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9411b28..64dd247 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ExpandableTextView -[![Download](https://img.shields.io/badge/Download-1.0.2-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview/1.0.2/aar) +[![Download](https://img.shields.io/badge/Download-1.0.3-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview/1.0.3/aar) [![Preview the app](https://img.shields.io/badge/Preview-Appetize.io-orange.svg)](https://appetize.io/app/vg9evd5u6zc9bfpuj89wzd24tg) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) @@ -35,7 +35,7 @@ dependencies { implementation 'io.github.glailton.expandabletextview:expandabletextview:$LatestVersion' } ``` -Current latest version is: [![Download](https://img.shields.io/badge/Download-1.0.2-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview) +Current latest version is: [![Download](https://img.shields.io/badge/Download-1.0.3-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview) ## Usage diff --git a/expandable-textview/build.gradle b/expandable-textview/build.gradle index ecd151a..c47cf42 100644 --- a/expandable-textview/build.gradle +++ b/expandable-textview/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt' ext { PUBLISH_GROUP_ID = 'io.github.glailton.expandabletextview' - PUBLISH_VERSION = '1.0.2' + PUBLISH_VERSION = '1.0.3' PUBLISH_ARTIFACT_ID = 'expandabletextview' }