We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212e0bf commit f538e96Copy full SHA for f538e96
KYDrawerController.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "KYDrawerController"
3
- s.version = "2.0.4"
+ s.version = "2.1.0"
4
s.summary = "KYDrawerController is a side drawer navigation container view controller."
5
s.homepage = "https://github.com/ykyouhei/KYDrawerController"
6
s.license = "MIT"
KYDrawerController/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>2.0.4</string>
+ <string>2.1.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments