From 6ee457847894e5f3a9ec7bcf65993c4e8febfaea Mon Sep 17 00:00:00 2001 From: dingwenchao Date: Tue, 16 Feb 2016 10:23:48 +0800 Subject: [PATCH] Version Bump Version Bump --- FSCalendar.podspec | 2 +- FSCalendar/Info.plist | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FSCalendar.podspec b/FSCalendar.podspec index 52b3231..ba259c3 100644 --- a/FSCalendar.podspec +++ b/FSCalendar.podspec @@ -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" diff --git a/FSCalendar/Info.plist b/FSCalendar/Info.plist index 4911500..a310bc0 100644 --- a/FSCalendar/Info.plist +++ b/FSCalendar/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.1.beta + 1.8.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 648c476..89a12b6 100644 --- a/README.md +++ b/README.md @@ -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.