Skip to content

Commit ce67eaf

Browse files
committed
Upgraded version
1 parent e454e8d commit ce67eaf

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.1.1]
2+
3+
* Fixed iOS overscroll bug
4+
* Updated example's dependencies
5+
16
## [0.1.0]
27

38
* NEW: Initial Release.

numberpicker.iml

+4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">
6+
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
67
<excludeFolder url="file://$MODULE_DIR$/.idea" />
78
<excludeFolder url="file://$MODULE_DIR$/.pub" />
89
<excludeFolder url="file://$MODULE_DIR$/build" />
10+
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
11+
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
12+
<excludeFolder url="file://$MODULE_DIR$/example/build" />
913
</content>
1014
<orderEntry type="sourceFolder" forTests="false" />
1115
<orderEntry type="library" name="Dart Packages" level="project" />

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: numberpicker
2-
version: 0.1.0
2+
version: 0.1.1
33
description: NumberPicker is a widget allowing user to choose numbers by scrolling spinners.
44
author: Marcin Szalek <[email protected]>
55
homepage: https://github.com/MarcinusX/NumberPicker

0 commit comments

Comments
 (0)