diff --git a/CHANGELOG.md b/CHANGELOG.md index 872db67..3a47c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ CHANGELOG | Contents | | :------------------------------ | +| [2.0.1](#201-2017-12-14) | | [2.0.0](#200-2017-12-05) | | [1.0.0](#100-2017-03-20) | | [0.9.0](#090-2017-03-08) | @@ -15,6 +16,10 @@ CHANGELOG +[2.0.1](https://github.com/louisdh/panelkit/tree/2.0.1) (2017-12-14) +-------------- +* Fixed an animation glitch when unpinning a panel + [2.0.0](https://github.com/louisdh/panelkit/tree/2.0.0) (2017-12-05) -------------- * Multi-pinning, pin multiple panels to a side diff --git a/PanelKit.podspec b/PanelKit.podspec index 80c79f6..8f9a028 100755 --- a/PanelKit.podspec +++ b/PanelKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PanelKit' - s.version = '2.0.0' + s.version = '2.0.1' s.license = 'MIT' s.summary = 'A UI framework that enables panels on iOS.' s.homepage = 'https://github.com/louisdh/panelkit' diff --git a/PanelKit/Info.plist b/PanelKit/Info.plist index fbe1e6b..0e27f5f 100644 --- a/PanelKit/Info.plist +++ b/PanelKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 2.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass