diff --git a/authentication/gradle.properties b/authentication/gradle.properties index 298d112..3efd11a 100644 --- a/authentication/gradle.properties +++ b/authentication/gradle.properties @@ -18,5 +18,5 @@ POM_NAME=Uber Authentication SDK (Android) POM_ARTIFACT_ID=authentication POM_PACKAGING=aar POM_DESCRIPTION=The official Uber Core Android SDK. -version=2.0.0-SNAPSHOT -VERSION_NAME=2.0.0-SNAPSHOT \ No newline at end of file +version=2.0.0 +VERSION_NAME=2.0.0 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index e829f9d..c8caf7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ GROUP=com.uber.sdk2 #Version is managed by Gradle Release Plugin -version=0.10.10-SNAPSHOT -VERSION_NAME=0.10.10-SNAPSHOT +version=0.10.11 +VERSION_NAME=0.10.11 POM_URL=https\://developer.uber.com POM_SCM_URL=https\://github.com/uber/rides-android-sdk/