Skip to content

Commit

Permalink
Bump readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Sep 12, 2019
1 parent f1c2de8 commit 427fd82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ The runtime libraries for [AutoRest](https://github.com/azure/autorest) generate
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.6.10</version>
<version>1.6.13</version>
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.6.10</version>
<version>1.6.13</version>
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.6.10</version>
<version>1.6.13</version>
</dependency>
```

Expand Down

0 comments on commit 427fd82

Please sign in to comment.