mirror of https://github.com/grpc/grpc-dart.git
Update change log and pubspec for release 0.0.1.
Really only released to reserve the name on pub.
This commit is contained in:
parent
1d12c5b87d
commit
1b997ada42
|
|
@ -1,3 +1,6 @@
|
|||
## 0.0.1
|
||||
## 0.0.1 - 2017-07-05
|
||||
|
||||
* Initial version.
|
||||
|
||||
This package is in a very early and experimental state. We do not recommend
|
||||
using it for anything but experiments.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: grpc
|
||||
description: Dart implementation of gRPC.
|
||||
version: 0.0.1
|
||||
author: Dart Team <misc@dartlang.org>
|
||||
homepage: https://github.com/dart-lang/grpc-dart
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue