Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Torres committed Nov 7, 2014
1 parent 429f94d commit 8407adb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdk/java-libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ bintray {
publicDownloadNumbers = true

version {
name = '0.9.2' //Optional logical version name
name = '0.9.3' //Optional logical version name
desc = 'Office 365 Android SDK'
vcsTag = '0.9.2'
vcsTag = '0.9.3'
}
}
}
2 changes: 1 addition & 1 deletion sdk/list-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.microsoft.services'
PUBLISH_ARTIFACT_ID = 'list-services'
PUBLISH_VERSION = '0.9.2'
PUBLISH_VERSION = '0.9.3'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion sdk/odata-engine-android-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.microsoft.services'
PUBLISH_ARTIFACT_ID = 'odata-engine-android-impl'
PUBLISH_VERSION = '0.9.2'
PUBLISH_VERSION = '0.9.3'
}

android {
Expand Down

0 comments on commit 8407adb

Please sign in to comment.