Skip to content

Commit e43f621

Browse files
author
Bahadir Oncel
committed
Bump v1.5.5
1 parent 03edcd7 commit e43f621

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

StreamChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChat"
3-
spec.version = "1.5.4"
3+
spec.version = "1.5.5"
44
spec.summary = "Stream iOS Chat"
55
spec.description = "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications."
66

StreamChat.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@
17581758
"@executable_path/Frameworks",
17591759
"@loader_path/Frameworks",
17601760
);
1761-
MARKETING_VERSION = 1.5.4;
1761+
MARKETING_VERSION = 1.5.5;
17621762
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
17631763
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
17641764
SKIP_INSTALL = YES;
@@ -1790,7 +1790,7 @@
17901790
"@executable_path/Frameworks",
17911791
"@loader_path/Frameworks",
17921792
);
1793-
MARKETING_VERSION = 1.5.4;
1793+
MARKETING_VERSION = 1.5.5;
17941794
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
17951795
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
17961796
SKIP_INSTALL = YES;
@@ -1823,7 +1823,7 @@
18231823
"@executable_path/Frameworks",
18241824
"@loader_path/Frameworks",
18251825
);
1826-
MARKETING_VERSION = 1.5.4;
1826+
MARKETING_VERSION = 1.5.5;
18271827
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
18281828
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
18291829
SKIP_INSTALL = YES;
@@ -1856,7 +1856,7 @@
18561856
"@executable_path/Frameworks",
18571857
"@loader_path/Frameworks",
18581858
);
1859-
MARKETING_VERSION = 1.5.4;
1859+
MARKETING_VERSION = 1.5.5;
18601860
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
18611861
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
18621862
SKIP_INSTALL = YES;

StreamChatCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChatCore"
3-
spec.version = "1.5.4"
3+
spec.version = "1.5.5"
44
spec.summary = "Stream iOS Chat Core"
55
spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."
66

0 commit comments

Comments
 (0)