Skip to content

Commit 04f02d9

Browse files
author
Martin Barreto
committed
8.0.1 version
1 parent 64a8ef8 commit 04f02d9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
2-
osx_image: xcode9
2+
osx_image: xcode9.2
33
env:
4-
- DESTINATION="OS=11.0,name=iPhone 7" SCHEME="XLPagerTabStrip" SDK=iphonesimulator
4+
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="XLPagerTabStrip" SDK=iphonesimulator
55
before_install:
66
- brew update
77
#- brew outdated carthage || brew upgrade carthage

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Change Log
22
All notable changes to XLPagerTabStrip will be documented in this file.
33

4+
### [8.0.1](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.0.1)
5+
6+
* Bug fixes and stability improvements.
7+
* Support for iPhone X.
8+
49
### [8.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/8.0.0)
510

611
* Xcode 9 support. (Swift 4)
712
* Bug fixes and stability improvements.
813

914
### [7.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/7.0.0)
1015

11-
* Bug fixes and stability improvements.
16+
* Bug fixes and stability improvements.
1217

1318
### [6.0.0](https://github.com/xmartlabs/XLPagerTabStrip/releases/tag/6.0.0)
1419

XLPagerTabStrip.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 = "XLPagerTabStrip"
3-
s.version = "8.0.0"
3+
s.version = "8.0.1"
44
s.summary = "Android PagerTabStrip for iOS and much more."
55
s.homepage = "https://github.com/xmartlabs/XLPagerTabStrip"
66
s.license = { type: 'MIT', file: 'LICENSE' }

0 commit comments

Comments
 (0)