Skip to content

Commit 397d861

Browse files
committed
Update README to reference v0.13.2
1 parent 016d4a5 commit 397d861

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ Download [the JAR][]. Or for Maven, add to your `pom.xml`:
2727
<dependency>
2828
<groupId>io.grpc</groupId>
2929
<artifactId>grpc-all</artifactId>
30-
<version>0.13.1</version>
30+
<version>0.13.2</version>
3131
</dependency>
3232
```
3333

3434
Or for Gradle, add to your dependencies:
3535
```gradle
36-
compile 'io.grpc:grpc-all:0.13.1'
36+
compile 'io.grpc:grpc-all:0.13.2'
3737
```
3838

3939
For Android client, you only need to depend on the needed sub-projects, such as:
4040
```gradle
41-
compile 'io.grpc:grpc-okhttp:0.13.1'
42-
compile 'io.grpc:grpc-protobuf-nano:0.13.1'
43-
compile 'io.grpc:grpc-stub:0.13.1'
41+
compile 'io.grpc:grpc-okhttp:0.13.2'
42+
compile 'io.grpc:grpc-protobuf-nano:0.13.2'
43+
compile 'io.grpc:grpc-stub:0.13.2'
4444
```
4545

46-
[the JAR]: https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.13.1
46+
[the JAR]: https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.13.2
4747

4848
Development snapshots are available in [Sonatypes's snapshot
4949
repository](https://oss.sonatype.org/content/repositories/snapshots/).
@@ -75,7 +75,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
7575
-->
7676
<protocArtifact>com.google.protobuf:protoc:3.0.0-beta-2:exe:${os.detected.classifier}</protocArtifact>
7777
<pluginId>grpc-java</pluginId>
78-
<pluginArtifact>io.grpc:protoc-gen-grpc-java:0.13.1:exe:${os.detected.classifier}</pluginArtifact>
78+
<pluginArtifact>io.grpc:protoc-gen-grpc-java:0.13.2:exe:${os.detected.classifier}</pluginArtifact>
7979
</configuration>
8080
<executions>
8181
<execution>
@@ -116,7 +116,7 @@ protobuf {
116116
}
117117
plugins {
118118
grpc {
119-
artifact = 'io.grpc:protoc-gen-grpc-java:0.13.1'
119+
artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2'
120120
}
121121
}
122122
generateProtoTasks {

0 commit comments

Comments
 (0)