Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Commit 1a4b283

Browse files
committed
Update version to 2.0.1
1 parent 970f5e8 commit 1a4b283

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHANGELOG
66

77
| Contents |
88
| :------------------------------ |
9+
| [2.0.1](#201-2017-12-14) |
910
| [2.0.0](#200-2017-12-05) |
1011
| [1.0.0](#100-2017-03-20) |
1112
| [0.9.0](#090-2017-03-08) |
@@ -15,6 +16,10 @@ CHANGELOG
1516

1617
</details>
1718

19+
[2.0.1](https://github.com/louisdh/panelkit/tree/2.0.1) (2017-12-14)
20+
--------------
21+
* Fixed an animation glitch when unpinning a panel
22+
1823
[2.0.0](https://github.com/louisdh/panelkit/tree/2.0.0) (2017-12-05)
1924
--------------
2025
* Multi-pinning, pin multiple panels to a side

PanelKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PanelKit'
3-
s.version = '2.0.0'
3+
s.version = '2.0.1'
44
s.license = 'MIT'
55
s.summary = 'A UI framework that enables panels on iOS.'
66
s.homepage = 'https://github.com/louisdh/panelkit'

PanelKit/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)