Skip to content

Commit 70d9e03

Browse files
committed
Update README & bump the version to 2.2.0
1 parent 1abd832 commit 70d9e03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Fastis.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Fastis'
3-
s.version = '2.1.0'
3+
s.version = '2.2.0'
44
s.summary = "Simple date picker created using JTAppleCalendar library"
55
s.description = <<-DESC
66
Fastis is a fully customizable UI component for picking dates and ranges created using JTAppleCalendar library.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ fastisController.shortcuts = [customShortcut, .lastWeek]
177177

178178
Fastis can be customised global or local. `FastisConfig` have some sections:
179179

180+
- `calendar` - Base calendar that used to render UI. Default value is `.current`
180181
- `controller` - base view controller (`cancelButtonTitle`, `doneButtonTitle`, etc.)
181182
- `monthHeader` - month titles
182183
- `dayCell` - day cells (selection parameters, font, etc.)

0 commit comments

Comments
 (0)