From 8c8f494f99c42f2181c2aae1b018aa97b807dd04 Mon Sep 17 00:00:00 2001 From: pq Date: Tue, 2 Jun 2015 14:46:37 -0700 Subject: [PATCH] Version bump. --- pubspec.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 124c0883b..63b3a849d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,18 +1,18 @@ name: linter -version: 0.0.2+3 +version: 0.1.0 author: Dart Team 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