Skip to content

Commit 4316e0f

Browse files
committed
Bump v.1.3.14
1 parent d6654d0 commit 4316e0f

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.12"
3+
spec.version = "1.3.14"
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
@@ -1436,7 +1436,7 @@
14361436
"@executable_path/Frameworks",
14371437
"@loader_path/Frameworks",
14381438
);
1439-
MARKETING_VERSION = 1.3.12;
1439+
MARKETING_VERSION = 1.3.14;
14401440
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
14411441
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14421442
SKIP_INSTALL = YES;
@@ -1466,7 +1466,7 @@
14661466
"@executable_path/Frameworks",
14671467
"@loader_path/Frameworks",
14681468
);
1469-
MARKETING_VERSION = 1.3.12;
1469+
MARKETING_VERSION = 1.3.14;
14701470
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
14711471
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
14721472
SKIP_INSTALL = YES;
@@ -1496,7 +1496,7 @@
14961496
"@executable_path/Frameworks",
14971497
"@loader_path/Frameworks",
14981498
);
1499-
MARKETING_VERSION = 1.3.13;
1499+
MARKETING_VERSION = 1.3.14;
15001500
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
15011501
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15021502
SKIP_INSTALL = YES;
@@ -1526,7 +1526,7 @@
15261526
"@executable_path/Frameworks",
15271527
"@loader_path/Frameworks",
15281528
);
1529-
MARKETING_VERSION = 1.3.13;
1529+
MARKETING_VERSION = 1.3.14;
15301530
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
15311531
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15321532
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.13"
3+
spec.version = "1.3.14"
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)