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

Commit

Permalink
bumping version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Torres committed Mar 12, 2015
1 parent af1aafe commit 934561c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ allprojects {

apply plugin: 'idea'
group = 'com.microsoft.services'
version = '0.12.0'
version = '0.12.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Constants {
/**
* The constant SDK_VERSION.
*/
public static final String SDK_VERSION = "0.11.1";
public static final String SDK_VERSION = "0.12.1";

/**
* The constant USER_AGENT_HEADER.
Expand Down

0 comments on commit 934561c

Please sign in to comment.