diff --git a/AutoMate.podspec b/AutoMate.podspec index 58b6d30..90abed8 100644 --- a/AutoMate.podspec +++ b/AutoMate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AutoMate" - s.version = "1.4.1" + s.version = "1.4.2" s.summary = "Swift framework containing set of helpful XCTest extensions for writing UI automation tests." s.homepage = "https://github.com/PGSSoft/AutoMate" s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/AutoMate.xcodeproj/project.pbxproj b/AutoMate.xcodeproj/project.pbxproj index b6c7a90..0dbd00c 100644 --- a/AutoMate.xcodeproj/project.pbxproj +++ b/AutoMate.xcodeproj/project.pbxproj @@ -1087,7 +1087,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.4.1; + CURRENT_PROJECT_VERSION = 1.4.2; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1139,7 +1139,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.4.1; + CURRENT_PROJECT_VERSION = 1.4.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/AutoMate/Info.plist b/AutoMate/Info.plist index 07b3f7e..222de54 100644 --- a/AutoMate/Info.plist +++ b/AutoMate/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.1 + 1.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/Changelog.md b/Changelog.md index c1a1bac..201e12e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## [1.4.2](https://github.com/PGSSoft/AutoMate/releases/tag/1.4.2) +Released on 2017-10-27. + +#### Fixed +- Build fails on Xcode 9.0.1 (#8) via Jorge Ramirez + ## [1.4.1](https://github.com/PGSSoft/AutoMate/releases/tag/1.4.1) Released on 2017-10-20.