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

Unified Diff: pubspec.yaml

Issue 2731933004: Remove FilterRelation.In / "property IN" queries, upgrade googleapis{,_beta} dependencies (Closed)
Patch Set: add pubspec.yaml update Created 3 years, 9 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 | « lib/src/db/model_db_impl.dart ('k') | test/common_e2e.dart » ('j') | 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 83cd2bcdca77d9354192ce42fb31b206c8f13a85..e3e0b325dd023709d672287ea2124bee76d01ed6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,13 +1,13 @@
name: gcloud
-version: 0.3.0
+version: 0.4.0
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=1.13.0 <2.0.0'
dependencies:
- googleapis: '>=0.2.0 <0.32.0'
- googleapis_beta: '>=0.10.0 <0.31.0'
+ googleapis: '>=0.2.0 <0.37.0'
+ googleapis_beta: '>=0.10.0 <0.35.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
« no previous file with comments | « lib/src/db/model_db_impl.dart ('k') | test/common_e2e.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698