Skip to content

Commit

Permalink
Make JZColumnHeader dateFormatter public #43 and Update version to v0…
Browse files Browse the repository at this point in the history
….6.1
  • Loading branch information
Jeff Zhang committed Jan 2, 2019
1 parent ed125ce commit a2dd6ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/JZCalendarWeekViewExample/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.0</string>
<string>0.6.1</string>
<key>CFBundleVersion</key>
<string>18121801</string>
<string>19010301</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion JZCalendarWeekView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JZCalendarWeekView"
s.version = "0.6.0"
s.version = "0.6.1"
s.summary = "Calendar Week & Day View in iOS Swift"
s.homepage = "https://github.com/zjfjack/JZCalendarWeekView"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion JZCalendarWeekView/ReusableViews/JZColumnHeader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ open class JZColumnHeader: UICollectionReusableView {
public var lblDay = UILabel()
public var lblWeekday = UILabel()
let calendarCurrent = Calendar.current
let dateFormatter = DateFormatter()
public var dateFormatter = DateFormatter()

public override init(frame: CGRect) {
super.init(frame: .zero)
Expand Down

0 comments on commit a2dd6ea

Please sign in to comment.