File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/com/microsoft/azure/documentdb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.microsoft.azure</groupId >
5
5
<artifactId >azure-documentdb</artifactId >
6
- <version >1.0.0 </version >
6
+ <version >1.0.1 </version >
7
7
<name >${project.groupId} :${project.artifactId} </name >
8
8
<description >Java SDK for Microsoft Azure DocumentDB</description >
9
9
<url >http://azure.microsoft.com/en-us/services/documentdb/</url >
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public static class Versions {
154
154
155
155
public static String CURRENT_VERSION = "2015-04-08" ;
156
156
157
- public static String USER_AGENT = "documentdb-java-sdk-1.0.0 " ;
157
+ public static String USER_AGENT = "documentdb-java-sdk-1.0.1 " ;
158
158
}
159
159
160
160
public static class StatusCodes {
You can’t perform that action at this time.
0 commit comments