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.