This repository was archived by the owner on Feb 13, 2019. It is now read-only.
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ CHANGELOG
6
6
7
7
| Contents |
8
8
| :------------------------------ |
9
+ | [ 2.0.1] ( #201-2017-12-14 ) |
9
10
| [ 2.0.0] ( #200-2017-12-05 ) |
10
11
| [ 1.0.0] ( #100-2017-03-20 ) |
11
12
| [ 0.9.0] ( #090-2017-03-08 ) |
@@ -15,6 +16,10 @@ CHANGELOG
15
16
16
17
</details >
17
18
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
+
18
23
[ 2.0.0] ( https://github.com/louisdh/panelkit/tree/2.0.0 ) (2017-12-05)
19
24
--------------
20
25
* Multi-pinning, pin multiple panels to a side
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'PanelKit'
3
- s . version = '2.0.0 '
3
+ s . version = '2.0.1 '
4
4
s . license = 'MIT'
5
5
s . summary = 'A UI framework that enables panels on iOS.'
6
6
s . homepage = 'https://github.com/louisdh/panelkit'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >2.0.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments