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

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
louisdh committed Dec 14, 2017
1 parent 970f5e8 commit 1a4b283
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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) |
Expand All @@ -15,6 +16,10 @@ CHANGELOG

</details>

[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
Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down
2 changes: 1 addition & 1 deletion PanelKit/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 1a4b283

Please sign in to comment.