Skip to content

Commit

Permalink
Updates version number to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shipunyc committed Jan 13, 2015
1 parent 2733153 commit eba7df3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</dependency>

###Option 2: Source Via Git
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Java SDK for Microsoft Azure DocumentDB</description>
<url>http://azure.microsoft.com/en-us/services/documentdb/</url>
Expand Down
2 changes: 1 addition & 1 deletion src/com/microsoft/azure/documentdb/HttpConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static class Versions {

public static String CURRENT_VERSION = "2014-08-21";

public static String USER_AGENT = "documentdb-java-sdk-0.9.2";
public static String USER_AGENT = "documentdb-java-sdk-0.9.3";
}

public static class StatusCodes {
Expand Down
2 changes: 1 addition & 1 deletion src/com/microsoft/azure/documentdb/SqlQuerySpec.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getQueryText() {
/**
* Sets the text of the query.
*
* @param value the query text.
* @param queryText the query text.
*/
public void setQueryText(String queryText) {
super.set("query", queryText);
Expand Down

0 comments on commit eba7df3

Please sign in to comment.