diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41efcd5d..879ba2d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ Changelog
## master
+## [0.1.4]
+
- Added `.introspectSplitViewController()` on iOS
- Fixed iPad tests
- Added iPad to CI
@@ -64,6 +66,7 @@ Changelog
- First release.
+[0.1.4]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.4
[0.1.3]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.3
[0.1.2]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.2
[0.1.1]: https://github.com/timbersoftware/SwiftUI-Introspect/releases/tag/0.1.1
diff --git a/Introspect.podspec b/Introspect.podspec
index 5182b2c8..a804baad 100644
--- a/Introspect.podspec
+++ b/Introspect.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Introspect'
- spec.version = '0.1.3'
+ spec.version = '0.1.4'
spec.license = { type: 'MIT' }
spec.homepage = 'https://github.com/siteline/SwiftUI-Introspect.git'
spec.authors = { 'Lois Di Qual' => 'lois@siteline.com' }
diff --git a/Introspect.xcodeproj/project.pbxproj b/Introspect.xcodeproj/project.pbxproj
index 35a6f308..f6d571ce 100644
--- a/Introspect.xcodeproj/project.pbxproj
+++ b/Introspect.xcodeproj/project.pbxproj
@@ -781,7 +781,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- MARKETING_VERSION = 0.1.3;
+ MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -810,7 +810,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- MARKETING_VERSION = 0.1.3;
+ MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -878,7 +878,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- MARKETING_VERSION = 0.1.3;
+ MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
SDKROOT = appletvos;
@@ -904,7 +904,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
- MARKETING_VERSION = 0.1.3;
+ MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
SDKROOT = appletvos;
@@ -1011,7 +1011,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
- MARKETING_VERSION = 0.1.3;
+ MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1039,7 +1039,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
- MARKETING_VERSION = 0.1.3;
+ MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.siteline.Introspect;
PRODUCT_NAME = Introspect;
PROVISIONING_PROFILE_SPECIFIER = "";
diff --git a/Introspect.xcodeproj/xcuserdata/ldiqual.xcuserdatad/xcschemes/xcschememanagement.plist b/Introspect.xcodeproj/xcuserdata/ldiqual.xcuserdatad/xcschemes/xcschememanagement.plist
index 1651105e..2cdda21a 100644
--- a/Introspect.xcodeproj/xcuserdata/ldiqual.xcuserdatad/xcschemes/xcschememanagement.plist
+++ b/Introspect.xcodeproj/xcuserdata/ldiqual.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -22,7 +22,7 @@
IntrospectExamples.xcscheme_^#shared#^_
orderHint
- 3
+ 5
SuppressBuildableAutocreation
diff --git a/IntrospectExamples/Info.plist b/IntrospectExamples/Info.plist
index 49e2bd08..8f612fa3 100644
--- a/IntrospectExamples/Info.plist
+++ b/IntrospectExamples/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.1.3
+ 0.1.4
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/IntrospectTests/Info.plist b/IntrospectTests/Info.plist
index 5e0761db..71ae8038 100644
--- a/IntrospectTests/Info.plist
+++ b/IntrospectTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.1.3
+ 0.1.4
CFBundleVersion
1