From a712f2e3a356d35f651aecaba55d034c9a547a0e Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Mon, 4 Jul 2016 15:25:01 +0530 Subject: [PATCH] [*] bumped up the version to 1.4.0-7 --- README.md | 2 +- library/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f5fa2f..acb1c56 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For more detailed usage, check the [Wiki](https://github.com/nisrulz/sensey/wiki # Including in your project - Sensey is available in the MavenCentral, so getting it as simple as adding it as a dependency ```gradle -compile 'com.github.nisrulz:sensey:1.3.0' +compile 'com.github.nisrulz:sensey:1.4.0' ``` # Pull Requests diff --git a/library/build.gradle b/library/build.gradle index 27f9e9c..befd2c6 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -24,8 +24,8 @@ android { defaultConfig { minSdkVersion 9 targetSdkVersion 24 - versionCode 6 - versionName '1.3.0' + versionCode 7 + versionName '1.4.0' } buildTypes { debug {