Skip to content

Commit 31ea40a

Browse files
committed
- bumps patch version
1 parent 8eb2d06 commit 31ea40a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph-core
2626
mavenMajorVersion = 2
2727
mavenMinorVersion = 0
28-
mavenPatchVersion = 1
28+
mavenPatchVersion = 2
2929
mavenArtifactSuffix =
3030

3131
#These values are used to run functional tests

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.graph</groupId>
1010
<artifactId>microsoft-graph-core</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
2121
dependencies {
2222
// Include the sdk as a dependency
23-
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.1'
23+
implementation 'com.microsoft.graph:microsoft-graph-core:2.0.2'
2424
// This depdency is only needed if you are using the TokenCrendentialAuthProvider
2525
implementation 'com.azure:azure-identity:1.2.5'
2626
}
@@ -35,7 +35,7 @@ Add the dependency in `dependencies` in pom.xml
3535
<!-- Include the sdk as a dependency -->
3636
<groupId>com.microsoft.graph</groupId>
3737
<artifactId>microsoft-graph-core</artifactId>
38-
<version>2.0.1</version>
38+
<version>2.0.2</version>
3939
<!-- This depdency is only needed if you are using the TokenCrendentialAuthProvider -->
4040
<groupId>com.azure</groupId>
4141
<artifactId>azure-identity</artifactId>

src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
2525
/**
2626
* Current SDK version
2727
*/
28-
public static final String VERSION = "v2.0.1";
28+
public static final String VERSION = "v2.0.2";
2929
/**
3030
* Verion prefix
3131
*/

0 commit comments

Comments
 (0)