Version Bump

Version Bump
This commit is contained in:
dingwenchao 2016-02-16 10:23:48 +08:00
parent 31cc993848
commit 6ee4578478
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "FSCalendar"
s.version = "1.8.1.beta"
s.version = "1.8.1"
s.summary = "Designed to build the best iOS calendar control."
s.homepage = "https://github.com/WenchaoIOS/FSCalendar"

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.8.1.beta</string>
<string>1.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -117,7 +117,7 @@ calendar.focusOnSingleSelectedDate = YES;
## More Usage
* To view more usage, download the zip file and read the example.
* Or your could refer to [this document](https://github.com/WenchaoIOS/FSCalendar/blob/master/MOREUSAGE.md)
* Or you could refer to [this document](https://github.com/WenchaoIOS/FSCalendar/blob/master/MOREUSAGE.md)
# If you like this repo
* ***Star*** this repo.