Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: pkg/mime/pubspec.yaml

Issue 307963004: pkg/mime: Removed mutable state from MimeMultipartTransformer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/mime/lib/src/mime_shared.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mime/pubspec.yaml
diff --git a/pkg/mime/pubspec.yaml b/pkg/mime/pubspec.yaml
index 54dc5a8304446c0527a6335c3641d30f010ddb3c..70515824d947ecead1337dbdb8da80f5d5353472 100644
--- a/pkg/mime/pubspec.yaml
+++ b/pkg/mime/pubspec.yaml
@@ -1,9 +1,9 @@
name: mime
-version: 0.9.0+2
+version: 0.9.0+3
author: Dart Team <misc@dartlang.org>
description: Helper-package for working with MIME.
homepage: http://www.dartlang.org
environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
- unittest: '>=0.9.0 <0.11.0'
+ unittest: '>=0.9.0 <0.12.0'
« no previous file with comments | « pkg/mime/lib/src/mime_shared.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698