Skip to content

Commit

Permalink
Prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLewin committed Sep 19, 2018
1 parent b455756 commit 44f12ec
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@
# 1.0.1
* Fix [issue #4](https://github.com/MattLewin/NumericPicker/issues/4): work around an iOS 12 SDK bug with picker view heights
* Make NumericPicker example respond to changes in dynamic fonts

# 1.0.0
* The picker labels now adjust to changes in dynamic font sizes -- fixes a long-standing issue
* Restore default picker font size to Body -- it was accidentally changed to Title 1
Expand Down
2 changes: 1 addition & 1 deletion NumericPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'NumericPicker'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'iOS picker for easily selecting numbers by digit. (Swift 4)'

s.description = <<-DESC
Expand Down

0 comments on commit 44f12ec

Please sign in to comment.