Skip to content

Commit

Permalink
Added environment restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinusX committed May 17, 2018
1 parent ce67eaf commit 57dd6fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.2]

* Added environment restrictions

## [0.1.1]

* Fixed iOS overscroll bug
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: numberpicker
version: 0.1.1
version: 0.1.2
description: NumberPicker is a widget allowing user to choose numbers by scrolling spinners.
author: Marcin Szalek <[email protected]>
homepage: https://github.com/MarcinusX/NumberPicker

environment:
sdk: ">=1.23.0 <2.0.0"

dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 57dd6fa

Please sign in to comment.