We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c728b7e commit 073c9d5Copy full SHA for 073c9d5
gradle.properties
@@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
27
mavenArtifactId = microsoft-graph
28
mavenMajorVersion = 1
29
mavenMinorVersion = 0
30
-mavenPatchVersion = 1
+mavenPatchVersion = 2
31
mavenArtifactSuffix =
32
nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
33
src/main/java/com/microsoft/graph/core/Constants.java
@@ -12,5 +12,5 @@ private Constants() {
12
public static final String APPID = "app-id";
13
public static final String USERNAME = "[email protected]";
14
public static final String PASSWORD = "password";
15
- public static final String VERSION_NAME = "1.0.1";
+ public static final String VERSION_NAME = "1.0.2";
16
}
0 commit comments