Skip to content

Commit 261734c

Browse files
committed
Updates version number to 1.0.1
1 parent 5318cf3 commit 261734c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.microsoft.azure</groupId>
55
<artifactId>azure-documentdb</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>Java SDK for Microsoft Azure DocumentDB</description>
99
<url>http://azure.microsoft.com/en-us/services/documentdb/</url>

src/com/microsoft/azure/documentdb/HttpConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static class Versions {
154154

155155
public static String CURRENT_VERSION = "2015-04-08";
156156

157-
public static String USER_AGENT = "documentdb-java-sdk-1.0.0";
157+
public static String USER_AGENT = "documentdb-java-sdk-1.0.1";
158158
}
159159

160160
public static class StatusCodes {

0 commit comments

Comments
 (0)