From 44f12ec976b5e01a5e26452cdc24aad0b6e7e14a Mon Sep 17 00:00:00 2001 From: Matt Lewin Date: Wed, 19 Sep 2018 17:14:32 -0400 Subject: [PATCH] Prepare 1.0.1 release --- CHANGELOG.md | 4 ++++ NumericPicker.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec40e9..1e4575e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/NumericPicker.podspec b/NumericPicker.podspec index 7b90337..7ec6509 100644 --- a/NumericPicker.podspec +++ b/NumericPicker.podspec @@ -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