From 83d050e6b567baf17864823ad562b292ed980c06 Mon Sep 17 00:00:00 2001 From: Drew Heavner Date: Tue, 10 Feb 2015 13:09:32 -0500 Subject: [PATCH] Updated version number --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2095238..0348bce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,15 +16,15 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=2.0.2-SNAPSHOT -VERSION_CODE=5 +VERSION_NAME=2.0.2 +VERSION_CODE=6 GROUP=com.r0adkll POM_DESCRIPTION=A simple activity that adds sliding functionality to activities to swipe them away -POM_URL=https://github.com/r0adkll/SlidableActivity -POM_SCM_URL=https://github.com/r0adkll/SlidableActivity.git -POM_SCM_CONNECTION=scm:git@github.com:r0adkll/SlidableActivity.git -POM_SCM_DEV_CONNECTION=scm:git@github.com:r0adkll/SlidableActivity.git +POM_URL=https://github.com/r0adkll/Slidr +POM_SCM_URL=https://github.com/r0adkll/Slidr.git +POM_SCM_CONNECTION=scm:git@github.com:r0adkll/Slidr.git +POM_SCM_DEV_CONNECTION=scm:git@github.com:r0adkll/Slidr.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo