Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Update analyzer version
Browse files Browse the repository at this point in the history
BUG=
R=sethladd@google.com

Review URL: https://codereview.chromium.org//904473002
  • Loading branch information
alan-knight committed Feb 4, 2015
1 parent c529570 commit 0dea0a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.12.0+3
* Update pubspec dependencies to allow analyzer version 23.

## 0.12.0+2
* No user impacting changes. Tighten up a couple method signatures to specify
that int is required.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: intl
version: 0.12.0+2
version: 0.12.0+3
author: Dart Team <misc@dartlang.org>
description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
homepage: https://www.dartlang.org
environment:
sdk: '>=1.4.0 <2.0.0'
documentation: http://www.dartdocs.org/documentation/intl/latest
dependencies:
analyzer: '>=0.13.2 <0.23.0'
analyzer: '>=0.13.2 <0.24.0'
path: '>=0.9.0 <2.0.0'
petitparser: '>=1.1.3 <2.0.0'
dev_dependencies:
Expand Down

0 comments on commit 0dea0a9

Please sign in to comment.