diff --git a/StreamChat.podspec b/StreamChat.podspec index 555400caa71..33add2d2e9e 100644 --- a/StreamChat.podspec +++ b/StreamChat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChat" - spec.version = "1.3.12" + spec.version = "1.3.14" spec.summary = "Stream iOS Chat" spec.description = "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications." diff --git a/StreamChat.xcodeproj/project.pbxproj b/StreamChat.xcodeproj/project.pbxproj index cf5c653b420..700fa27f692 100644 --- a/StreamChat.xcodeproj/project.pbxproj +++ b/StreamChat.xcodeproj/project.pbxproj @@ -1436,7 +1436,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.12; + MARKETING_VERSION = 1.3.14; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1466,7 +1466,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.12; + MARKETING_VERSION = 1.3.14; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1496,7 +1496,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.13; + MARKETING_VERSION = 1.3.14; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -1526,7 +1526,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.13; + MARKETING_VERSION = 1.3.14; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/StreamChatCore.podspec b/StreamChatCore.podspec index 26880b45a10..d1b3edd5b6e 100644 --- a/StreamChatCore.podspec +++ b/StreamChatCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatCore" - spec.version = "1.3.13" + spec.version = "1.3.14" spec.summary = "Stream iOS Chat Core" spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."