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

Commit 2d5c3b8

Browse files
authored
Remove -dev.infinity in SDK constraint (#163)
1 parent 497281f commit 2d5c3b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: angular_components
2-
version: 0.7.0
2+
version: 0.7.1-dev
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
66
homepage: https://webdev.dartlang.org/components
77
author: Dart Team <[email protected]>
88
environment:
9-
sdk: '>=1.24.0 <2.0.0-dev.infinity'
9+
sdk: '>=1.24.0 <2.0.0'
1010
dependencies:
1111
angular: ^4.0.0
1212
angular_forms: ^1.0.0

0 commit comments

Comments
 (0)