Skip to content

Commit

Permalink
Upgraded version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinusX committed May 17, 2018
1 parent e454e8d commit ce67eaf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.1]

* Fixed iOS overscroll bug
* Updated example's dependencies

## [0.1.0]

* NEW: Initial Release.
4 changes: 4 additions & 0 deletions numberpicker.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/.idea" />
<excludeFolder url="file://$MODULE_DIR$/.pub" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example/build" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart Packages" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: numberpicker
version: 0.1.0
version: 0.1.1
description: NumberPicker is a widget allowing user to choose numbers by scrolling spinners.
author: Marcin Szalek <[email protected]>
homepage: https://github.com/MarcinusX/NumberPicker
Expand Down

0 comments on commit ce67eaf

Please sign in to comment.