Skip to content

Commit

Permalink
Merge pull request #99 from dart-lang/v_bump
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
pq committed Jun 2, 2015
2 parents b7fc125 + 8c8f494 commit 2856e7c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: linter
version: 0.0.2+3
version: 0.1.0
author: Dart Team <[email protected]>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
dependencies:
analyzer: '>=0.25.0-dev.1<0.26.0'
analyzer: ^0.25.0-dev.1
args: '>=0.12.1 <0.14.0'
cli_util: '>=0.0.1 <0.1.0'
glob: '>=1.0.3 <2.0.0'
plugin: '<0.2.0'
source_span: '>=1.0.2 <2.0.0'
yaml: '>=2.1.2 <3.0.0'
cli_util: ^0.0.1
glob: ^1.0.3
plugin: ^0.1.0
source_span: ^1.0.2
yaml: ^2.1.2
dev_dependencies:
markdown: '>=0.7.1+2 <0.8.0'
matcher: '< 0.12.0'
mockito: '>=0.8.2 <0.9.0'
unittest: '>=0.11.0 <0.12.0'
markdown: ^0.7.1+2
matcher: ^0.11.0
mockito: ^0.8.2
unittest: ^0.11.0

0 comments on commit 2856e7c

Please sign in to comment.