diff options
author | kpayson64 <kpayson@google.com> | 2017-02-23 22:21:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 22:21:16 -0800 |
commit | 38c8bb4a7fc8b0e9d36836d03d9af47f35447011 (patch) | |
tree | 0171379755bb487bab1d398c8de0754081917a7e /src/csharp/Grpc.HealthCheck | |
parent | 5eb24eeaed12f96e49171a77939e23ff2af8680b (diff) | |
parent | fd6cc7de7b340ca89f03c291741ca3b1e73cf3a4 (diff) |
Merge pull request #9856 from kpayson64/bump_v1_1_3
Bump version to v1.1.3
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rw-r--r-- | src/csharp/Grpc.HealthCheck/project.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.HealthCheck/project.json b/src/csharp/Grpc.HealthCheck/project.json index dd5f109641..7789097c7a 100644 --- a/src/csharp/Grpc.HealthCheck/project.json +++ b/src/csharp/Grpc.HealthCheck/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.2", + "version": "1.1.3", "title": "gRPC C# Healthchecking", "authors": [ "Google Inc." ], "copyright": "Copyright 2015, Google Inc.", @@ -21,7 +21,7 @@ } }, "dependencies": { - "Grpc.Core": "1.1.2", + "Grpc.Core": "1.1.3", "Google.Protobuf": "3.0.0" }, "frameworks": { |