Skip to content

Commit ba84ac0

Browse files
authored
Increment package:http version to 1.0.0 (#928)
1 parent bf114eb commit ba84ac0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
http: ^0.13.4
14+
http: '>=0.13.4 <2.0.0'
1515

1616
dev_dependencies:
1717
dart_flutter_team_lints: ^1.0.0

pkgs/cupertino_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
ffi: ^2.0.1
1414
flutter:
1515
sdk: flutter
16-
http: ^0.13.4
16+
http: '>=0.13.4 <2.0.0'
1717
meta: ^1.7.0
1818

1919
dev_dependencies:

pkgs/http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 0.13.6
2+
version: 1.0.0
33
description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

pkgs/http_client_conformance_tests/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
async: ^2.8.2
1313
dart_style: ^2.2.3
14-
http: ^0.13.4
14+
http: '>=0.13.4 <2.0.0'
1515
stream_channel: ^2.1.1
1616
test: ^1.21.2
1717

0 commit comments

Comments
 (0)