We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9fc0a commit 31c4268Copy full SHA for 31c4268
2 files changed
Example/JZCalendarWeekViewExample/Supporting Files/Info.plist
@@ -15,9 +15,9 @@
15
<key>CFBundlePackageType</key>
16
<string>APPL</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.6.2</string>
+ <string>0.6.3</string>
19
<key>CFBundleVersion</key>
20
- <string>19022701</string>
+ <string>19042801</string>
21
<key>LSRequiresIPhoneOS</key>
22
<true/>
23
<key>UILaunchStoryboardName</key>
JZCalendarWeekView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "JZCalendarWeekView"
3
- s.version = "0.6.2"
+ s.version = "0.6.3"
4
s.summary = "Calendar Week & Day View in iOS Swift"
5
s.homepage = "https://github.com/zjfjack/JZCalendarWeekView"
6
s.license = { :type => "MIT", :file => "LICENSE" }
0 commit comments