From dd932b2dba44d62dbbacc3eda2e9daf313c15d5f Mon Sep 17 00:00:00 2001 From: Luke Klinker Date: Sat, 14 Oct 2017 09:19:01 -0500 Subject: [PATCH] update version number --- README.md | 2 +- library/gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed4f1e77..a6ae673e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ For full details on how to implement, please check out the sample application. I To include in your gradle project: ```groovy -compile 'com.klinkerapps:android-smsmms:4.2.1' +compile 'com.klinkerapps:android-smsmms:4.2.3' ``` --- diff --git a/library/gradle.properties b/library/gradle.properties index 4a8bd025..1f25c193 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=4.2.2 -VERSION_CODE=60 +VERSION_NAME=4.2.3 +VERSION_CODE=61 GROUP=com.klinkerapps POM_DESCRIPTION=Android Messaging library for SMS and MMS