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

Unified Diff: pubspec.yaml

Issue 55233009: Fix attributeChanged signature in WebUI (needs latest cherry-pick of custom (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 1 month 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 | « lib/web_ui.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ba4481d887657ffdbffefd10557a0031fd5b84bd..be7a6174bf23b67078fb3ec0fe25016e19c2b0d7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: web_ui
-version: 0.4.26
+version: 0.4.27
author: Web UI Authors <web-ui-dev@dartlang.org>
description: An easy way to build web apps in Dart.
homepage: https://github.com/dart-lang/web-ui
@@ -19,4 +19,4 @@ dev_dependencies:
benchmark_harness: '>=1.0.2 <1.0.3'
stack_trace: '>=0.6.3'
environment:
- sdk: '>=0.8.10'
+ sdk: '>=0.8.10+4'
« no previous file with comments | « lib/web_ui.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698