mirror of https://github.com/grpc/grpc-dart.git
Version bump to publish without stray files (#142)
This commit is contained in:
parent
921f4df0b9
commit
e0d0516c9c
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.6.8+1
|
||||||
|
|
||||||
|
* Removes stray files that where published by accident in version 0.6.8.
|
||||||
|
|
||||||
## 0.6.8
|
## 0.6.8
|
||||||
|
|
||||||
* Calling `terminate()` or `shutdown()` on a channel doesn't throw error if the
|
* Calling `terminate()` or `shutdown()` on a channel doesn't throw error if the
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC.
|
description: Dart implementation of gRPC.
|
||||||
version: 0.6.8
|
version: 0.6.8+1
|
||||||
author: Dart Team <misc@dartlang.org>
|
author: Dart Team <misc@dartlang.org>
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue