Skip to content

Commit

Permalink
Bumping version to 1.9.5. Updated Dart SDK constraint to be minimum 2…
Browse files Browse the repository at this point in the history
….7 because extension methods are used.
  • Loading branch information
awhitford committed Dec 8, 2020
1 parent de23cb6 commit 545490a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_chips_input
description: Flutter library for building input fields with InputChips as input options.
version: 1.9.4
version: 1.9.5
homepage: https://github.com/danvick/flutter_chips_input

environment:
sdk: ">=2.6.0 <3.0.0"
sdk: ">=2.7.0 <3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 545490a

Please sign in to comment.