Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Release 0.9.3 canceled (US English) state becomes cancelled (British …
Browse files Browse the repository at this point in the history
…English)
  • Loading branch information
alexruperez committed Nov 15, 2017
1 parent 07a3709 commit 86bd786
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Kommander.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
8 changes: 4 additions & 4 deletions Kommander.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 86bd786

Please sign in to comment.