From e0d0516c9c79ade41f217a0172ff013a453958d6 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Thu, 13 Dec 2018 12:21:59 +0100 Subject: [PATCH] Version bump to publish without stray files (#142) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c537406..33f3f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.8+1 + +* Removes stray files that where published by accident in version 0.6.8. + ## 0.6.8 * Calling `terminate()` or `shutdown()` on a channel doesn't throw error if the diff --git a/pubspec.yaml b/pubspec.yaml index ea60515..6feb2e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: grpc description: Dart implementation of gRPC. -version: 0.6.8 +version: 0.6.8+1 author: Dart Team homepage: https://github.com/dart-lang/grpc-dart