This repository was archived by the owner on Feb 13, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments