We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe18726 + 261734c commit 4ba36cfCopy full SHA for 4ba36cf
2 files changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.microsoft.azure</groupId>
5
<artifactId>azure-documentdb</artifactId>
6
- <version>1.0.0</version>
+ <version>1.0.1</version>
7
<name>${project.groupId}:${project.artifactId}</name>
8
<description>Java SDK for Microsoft Azure DocumentDB</description>
9
<url>http://azure.microsoft.com/en-us/services/documentdb/</url>
src/com/microsoft/azure/documentdb/HttpConstants.java
@@ -154,7 +154,7 @@ public static class Versions {
154
155
public static String CURRENT_VERSION = "2015-04-08";
156
157
- public static String USER_AGENT = "documentdb-java-sdk-1.0.0";
+ public static String USER_AGENT = "documentdb-java-sdk-1.0.1";
158
}
159
160
public static class StatusCodes {
0 commit comments