Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 2856e7c

Browse files
committed
Merge pull request #99 from dart-lang/v_bump
Version bump.
2 parents b7fc125 + 8c8f494 commit 2856e7c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pubspec.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: linter
2-
version: 0.0.2+3
2+
version: 0.1.0
33
author: Dart Team <[email protected]>
44
description: Style linter for Dart.
55
homepage: https://github.com/dart-lang/linter
66
dependencies:
7-
analyzer: '>=0.25.0-dev.1<0.26.0'
7+
analyzer: ^0.25.0-dev.1
88
args: '>=0.12.1 <0.14.0'
9-
cli_util: '>=0.0.1 <0.1.0'
10-
glob: '>=1.0.3 <2.0.0'
11-
plugin: '<0.2.0'
12-
source_span: '>=1.0.2 <2.0.0'
13-
yaml: '>=2.1.2 <3.0.0'
9+
cli_util: ^0.0.1
10+
glob: ^1.0.3
11+
plugin: ^0.1.0
12+
source_span: ^1.0.2
13+
yaml: ^2.1.2
1414
dev_dependencies:
15-
markdown: '>=0.7.1+2 <0.8.0'
16-
matcher: '< 0.12.0'
17-
mockito: '>=0.8.2 <0.9.0'
18-
unittest: '>=0.11.0 <0.12.0'
15+
markdown: ^0.7.1+2
16+
matcher: ^0.11.0
17+
mockito: ^0.8.2
18+
unittest: ^0.11.0

0 commit comments

Comments
 (0)