diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7da58..724b858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Change Log All notable changes to XLPagerTabStrip will be documented in this file. +### [8.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.0.0) + +* Xcode 9 support. (Swift 4) +* Bug fixes and stability improvements. + ### [7.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/7.0.0) * Bug fixes and stability improvements. -### [6.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/5.0.0) +### [6.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/6.0.0) * Swift 3 support * **Breaking change**: Swiftified names of functions (you can see more details about it [here](https://github.com/xmartlabs/XLPagerTabStrip/Migration.md)) diff --git a/README.md b/README.md index d879b1a..47212d0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@
-
+
-
+
@@ -305,7 +305,7 @@ Follow these 3 steps to run Example project: Clone XLPagerTabStrip repository, o
To install XLPagerTabStrip, simply add the following line to your Podfile:
```ruby
-pod 'XLPagerTabStrip', '~> 7.0'
+pod 'XLPagerTabStrip', '~> 8.0'
```
### Carthage
@@ -315,7 +315,7 @@ pod 'XLPagerTabStrip', '~> 7.0'
To install XLPagerTabStrip, simply add the following line to your Cartfile:
```ogdl
-github "xmartlabs/XLPagerTabStrip" ~> 7.0
+github "xmartlabs/XLPagerTabStrip" ~> 8.0
```
## FAQ
diff --git a/XLPagerTabStrip.podspec b/XLPagerTabStrip.podspec
index 95d98b9..b94bae6 100644
--- a/XLPagerTabStrip.podspec
+++ b/XLPagerTabStrip.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "XLPagerTabStrip"
- s.version = "7.0.0"
+ s.version = "8.0.0"
s.summary = "Android PagerTabStrip for iOS and much more."
s.homepage = "https://github.com/xmartlabs/XLPagerTabStrip"
s.license = { type: 'MIT', file: 'LICENSE' }