diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a4c24..36456f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.3] + +* Fixed issue with small integer ranges + ## [0.1.2] * Added environment restrictions diff --git a/pubspec.yaml b/pubspec.yaml index 247acdd..ecb7565 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: numberpicker -version: 0.1.2 +version: 0.1.3 description: NumberPicker is a widget allowing user to choose numbers by scrolling spinners. author: Marcin Szalek homepage: https://github.com/MarcinusX/NumberPicker