Skip to content

Commit

Permalink
fix pubspec environment version
Browse files Browse the repository at this point in the history
  • Loading branch information
aalhamali committed Jul 30, 2018
1 parent 1b467a9 commit 16d4259
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,6 +1,6 @@
name: flutter_pagewise
description: A library for widgets that load their content one page (or batch) at a time.
version: 0.1.2
version: 0.2.0
author: AbdulRahman AlHamali <[email protected]>
homepage: https://github.com/AbdulRahmanAlHamali/flutter_pagewise

Expand All @@ -9,7 +9,7 @@ dependencies:
sdk: flutter

environment:
sdk: ">=1.19.0 <2.0.0"
sdk: ">=1.19.0 <3.0.0"

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 16d4259

Please sign in to comment.