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

Unified Diff: packages/charcode/pubspec.yaml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/charcode/lib/html_entity.dart ('k') | packages/charcode/tool/travis.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charcode/pubspec.yaml
diff --git a/packages/charcode/pubspec.yaml b/packages/charcode/pubspec.yaml
index 64948100cb3ae1d846641e67e36904e0fb57ade4..9fe3ce3a6014741770d19b5c2817570dabe7702c 100644
--- a/packages/charcode/pubspec.yaml
+++ b/packages/charcode/pubspec.yaml
@@ -1,5 +1,5 @@
name: charcode
-version: 1.1.0
+version: 1.1.1
author: Dart Team <misc@dartlang.org>
description: >
Constants for ASCII and common non-ASCII character codes.
@@ -7,6 +7,6 @@ description: >
When working with characters in Dart, there is no simple way to
represent the code point of a character.
This library declares readable symbolic names for character codes.
-homepage: http://www.dartlang.org
+homepage: https://github.com/dart-lang/charcode
environment:
sdk: '>=1.0.0 <2.0.0'
« no previous file with comments | « packages/charcode/lib/html_entity.dart ('k') | packages/charcode/tool/travis.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698