diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8c28b..58668c1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Release 0.9.3 + +- [x] Canceled (US English) Kommand state becomes cancelled (British English). + # Release 0.9.2 - [x] Retry kommand or multiple kommands throwing a [RecoverableError](https://github.com/apple/swift-evolution/blob/master/proposals/0112-nserror-bridging.md#new-protocols). diff --git a/Kommander.podspec b/Kommander.podspec index 71193cc..a4159b9 100755 --- a/Kommander.podspec +++ b/Kommander.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Kommander' - s.version = '0.9.2' + s.version = '0.9.3' s.summary = 'A command pattern implementation written in Swift 4' s.homepage = 'https://github.com/intelygenz/Kommander-iOS' diff --git a/Kommander.xcodeproj/project.pbxproj b/Kommander.xcodeproj/project.pbxproj index 5350201..5b09fcf 100755 --- a/Kommander.xcodeproj/project.pbxproj +++ b/Kommander.xcodeproj/project.pbxproj @@ -989,8 +989,8 @@ CURRENT_PROJECT_VERSION = "$(DYLIB_CURRENT_VERSION)"; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 3VW789WSMP; - DYLIB_COMPATIBILITY_VERSION = 0.9.0; - DYLIB_CURRENT_VERSION = 0.9.2; + DYLIB_COMPATIBILITY_VERSION = 0.9.3; + DYLIB_CURRENT_VERSION = 0.9.3; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -1061,8 +1061,8 @@ CURRENT_PROJECT_VERSION = "$(DYLIB_CURRENT_VERSION)"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 3VW789WSMP; - DYLIB_COMPATIBILITY_VERSION = 0.9.0; - DYLIB_CURRENT_VERSION = 0.9.2; + DYLIB_COMPATIBILITY_VERSION = 0.9.3; + DYLIB_CURRENT_VERSION = 0.9.3; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99;