diff --git a/Example/Segmentio/Info.plist b/Example/Segmentio/Info.plist
index 078edf7..737fc80 100644
--- a/Example/Segmentio/Info.plist
+++ b/Example/Segmentio/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.4
+ 0.1.5
CFBundleSignature
????
CFBundleVersion
- 24
+ 25
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/README.md b/README.md
index 291ed88..319bb72 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,14 @@ iOS 8.x, Swift 2.2.x
use_frameworks!
# Swift 2.2
-pod 'Segmentio', '~> 0.1.4'
+pod 'Segmentio', '~> 0.1.5'
```
*(CocoaPods v1.0.1 or later required. See [this blog post](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) for details.)*
####[Carthage](http://github.com/Carthage/Carthage)
```ruby
-github "Yalantis/Segmentio" ~> 0.1.4
+github "Yalantis/Segmentio" ~> 0.1.5
```
##Usage
diff --git a/Segmentio.podspec b/Segmentio.podspec
index f4d3c83..27b12f1 100644
--- a/Segmentio.podspec
+++ b/Segmentio.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Segmentio"
-spec.version = "0.1.4"
+spec.version = "0.1.5"
spec.homepage = "https://github.com/Yalantis/Segmentio"
spec.summary = "Animated top/bottom segmented control written in Swift!"
@@ -13,7 +13,7 @@ spec.social_media_url = "https://twitter.com/yalantis"
spec.platform = :ios, '8.0'
spec.ios.deployment_target = '8.0'
-spec.source = { :git => "https://github.com/Yalantis/Segmentio.git", :tag => "0.1.4" }
+spec.source = { :git => "https://github.com/Yalantis/Segmentio.git", :tag => "0.1.5" }
spec.source_files = 'Segmentio/Source/**/*.swift'
spec.module_name = 'Segmentio'
diff --git a/Segmentio.xcodeproj/project.pbxproj b/Segmentio.xcodeproj/project.pbxproj
index a3bf3dc..313f233 100644
--- a/Segmentio.xcodeproj/project.pbxproj
+++ b/Segmentio.xcodeproj/project.pbxproj
@@ -344,6 +344,7 @@
324B60471D33E43E0050B083 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
diff --git a/Segmentio.xcodeproj/xcshareddata/xcschemes/Segmentio.xcscheme b/Segmentio.xcodeproj/xcshareddata/xcschemes/Segmentio.xcscheme
new file mode 100644
index 0000000..168dc75
--- /dev/null
+++ b/Segmentio.xcodeproj/xcshareddata/xcschemes/Segmentio.xcscheme
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Segmentio/Info.plist b/Segmentio/Info.plist
index 588f762..f5ff7bb 100644
--- a/Segmentio/Info.plist
+++ b/Segmentio/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.1.4
+ 0.1.5
CFBundleSignature
????
CFBundleVersion