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

Unified Diff: pkg/shelf/pubspec.yaml

Issue 308763003: Release stack_trace 1.0.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dependency pubspecs 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/shelf/CHANGELOG.md ('k') | pkg/stack_trace/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shelf/pubspec.yaml
diff --git a/pkg/shelf/pubspec.yaml b/pkg/shelf/pubspec.yaml
index 712ad4a6f16d4bc15edd533e564fe5ff003fc183..b6e13fb2a2a4097e15b389f08ffb58319d352a04 100644
--- a/pkg/shelf/pubspec.yaml
+++ b/pkg/shelf/pubspec.yaml
@@ -1,5 +1,5 @@
name: shelf
-version: 0.5.4
+version: 0.5.4+1
author: Dart Team <misc@dartlang.org>
description: Web Server Middleware for Dart
homepage: http://www.dartlang.org
@@ -10,7 +10,7 @@ dependencies:
collection: '>=0.9.1 <0.10.0'
http_parser: '>=0.0.0 <0.1.0'
path: '>=1.0.0 <2.0.0'
- stack_trace: '>=0.9.2 <0.10.0'
+ stack_trace: '>=0.9.2 <2.0.0'
dev_dependencies:
http: '>=0.9.2 <0.12.0'
scheduled_test: '>=0.10.0 <0.12.0'
« no previous file with comments | « pkg/shelf/CHANGELOG.md ('k') | pkg/stack_trace/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698