Skip to content

Commit

Permalink
Bump version to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Mar 9, 2016
1 parent 465d44a commit 5933cea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions android-interop-testing/app/build.gradle
Expand Up @@ -32,7 +32,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
artifact = 'io.grpc:protoc-gen-grpc-java:0.13.2' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand Down Expand Up @@ -63,9 +63,9 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.2.0'
testCompile 'junit:junit:4.12'
// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-protobuf-nano:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-testing:0.13.2-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-nano:0.13.2' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:0.13.2' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.13.2' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-testing:0.13.2' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2'
}
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -19,7 +19,7 @@ subprojects {
apply plugin: "com.google.osdetector"

group = "io.grpc"
version = "0.13.2-SNAPSHOT" // CURRENT_GRPC_VERSION
version = "0.13.2" // CURRENT_GRPC_VERSION

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 5933cea

Please sign in to comment.