Skip to content

Commit 3f06146

Browse files
committed
- bumps version to 2.1.0
1 parent 566d653 commit 3f06146

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
dependencies {
2121
// Include the sdk as a dependency
22-
implementation 'com.microsoft.graph:microsoft-graph:2.0.+'
22+
implementation 'com.microsoft.graph:microsoft-graph:2.1.+'
2323
}
2424
```
2525

@@ -31,7 +31,7 @@ Add the dependency in `dependencies` in pom.xml
3131
<dependency>
3232
<groupId>com.microsoft.graph</groupId>
3333
<artifactId>microsoft-graph</artifactId>
34-
<version>2.0.0</version>
34+
<version>2.1.0</version>
3535
</dependency>
3636
```
3737

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx2g
2424
mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph
2626
mavenMajorVersion = 2
27-
mavenMinorVersion = 0
27+
mavenMinorVersion = 1
2828
mavenPatchVersion = 0
2929
mavenArtifactSuffix =
3030
nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven

src/main/java/com/microsoft/graph/core/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ private Constants() {
2828
public static final String APPID = "app-id";
2929
public static final String USERNAME = "[email protected]";
3030
public static final String PASSWORD = "password";
31-
public static final String VERSION_NAME = "2.0.0";
31+
public static final String VERSION_NAME = "2.1.0";
3232
}

0 commit comments

Comments
 (0)