diff --git a/README.md b/README.md index 31675dc12..7fdd6715d 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A handy collection of more than 280 native Swift 3 extensions to boost your productivity. -## [Whats New in v1.2?](/../../wiki/whats-new#v12) +## [Whats New in v1.2.1?](/../../wiki/whats-new#v121) ## Requirements: diff --git a/SwifterSwift.podspec b/SwifterSwift.podspec index ec26f831f..fe5d6f205 100644 --- a/SwifterSwift.podspec +++ b/SwifterSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SwifterSwift" - spec.version = "1.2" + spec.version = "1.2.1" spec.summary = "A handy collection of more than 290 native Swift 3 extensions to boost your productivity." spec.description = <<-DESC Swifter Swift is a library of over 280 properties and methods, designed to extend Swift's functionality and productivity, staying faithful to the original design guidelines of swift 3 diff --git a/SwifterSwift/SwifterSwift.xcodeproj/project.pbxproj b/SwifterSwift/SwifterSwift.xcodeproj/project.pbxproj index be9d2967d..2c694b606 100644 --- a/SwifterSwift/SwifterSwift.xcodeproj/project.pbxproj +++ b/SwifterSwift/SwifterSwift.xcodeproj/project.pbxproj @@ -176,7 +176,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0800; - LastUpgradeCheck = 0800; + LastUpgradeCheck = 0810; ORGANIZATIONNAME = "Omar Albeik"; TargetAttributes = { 0786A3ED1DA8194200DFD5C0 = { @@ -280,6 +280,7 @@ CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -333,6 +334,7 @@ CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_SUSPICIOUS_MOVES = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; diff --git a/SwifterSwift/SwifterSwift/Info.plist b/SwifterSwift/SwifterSwift/Info.plist index 37c17ea7f..1e79e1d69 100644 --- a/SwifterSwift/SwifterSwift/Info.plist +++ b/SwifterSwift/SwifterSwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2 + 1.2.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass