Skip to content

Commit c10d14c

Browse files
committed
Bump v.1.3.9
1 parent ba10b0b commit c10d14c

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.3.9"
3+
spec.version = "1.3.10"
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
@@ -1435,7 +1435,7 @@
14351435
"@executable_path/Frameworks",
14361436
"@loader_path/Frameworks",
14371437
);
1438-
MARKETING_VERSION = 1.3.9;
1438+
MARKETING_VERSION = 1.3.10;
14391439
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
14401440
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14411441
SKIP_INSTALL = YES;
@@ -1464,7 +1464,7 @@
14641464
"@executable_path/Frameworks",
14651465
"@loader_path/Frameworks",
14661466
);
1467-
MARKETING_VERSION = 1.3.9;
1467+
MARKETING_VERSION = 1.3.10;
14681468
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
14691469
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14701470
SKIP_INSTALL = YES;
@@ -1493,7 +1493,7 @@
14931493
"@executable_path/Frameworks",
14941494
"@loader_path/Frameworks",
14951495
);
1496-
MARKETING_VERSION = 1.3.9;
1496+
MARKETING_VERSION = 1.3.10;
14971497
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
14981498
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14991499
SKIP_INSTALL = YES;
@@ -1522,7 +1522,7 @@
15221522
"@executable_path/Frameworks",
15231523
"@loader_path/Frameworks",
15241524
);
1525-
MARKETING_VERSION = 1.3.9;
1525+
MARKETING_VERSION = 1.3.10;
15261526
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
15271527
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15281528
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.3.9"
3+
spec.version = "1.3.10"
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)