Skip to content

Commit 2c6b9e2

Browse files
authored
Merge pull request #268 from microsoftgraph/update_changes
Update version to 1.5.0 in README
2 parents 5dcdab1 + 739bb72 commit 2c6b9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microsoft Graph SDK for Java
1+
# Microsoft Graph SDK for Java
22

33
[ ![Download](https://api.bintray.com/packages/microsoftgraph/Maven/microsoft-graph/images/download.svg) ](https://bintray.com/microsoftgraph/Maven/microsoft-graph/_latestVersion)
44

@@ -18,7 +18,7 @@ repository {
1818
1919
dependency {
2020
// Include the sdk as a dependency
21-
compile('com.microsoft.graph:microsoft-graph:1.4.+')
21+
compile('com.microsoft.graph:microsoft-graph:1.5.+')
2222
}
2323
```
2424

@@ -28,7 +28,7 @@ Add the dependency in `dependencies` in pom.xml
2828
<dependency>
2929
<groupId>com.microsoft.graph</groupId>
3030
<artifactId>microsoft-graph</artifactId>
31-
<version>1.4.0</version>
31+
<version>1.5.0</version>
3232
</dependency>
3333
```
3434

0 commit comments

Comments
 (0)