Skip to content

Commit 55dae8b

Browse files
committed
Bump v.1.3.8
1 parent 734fab2 commit 55dae8b

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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.7"
3+
spec.version = "1.3.8"
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,7 @@
15001500
"@executable_path/Frameworks",
15011501
"@loader_path/Frameworks",
15021502
);
1503+
MARKETING_VERSION = 1.3.8;
15031504
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
15041505
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15051506
SKIP_INSTALL = YES;
@@ -1528,6 +1529,7 @@
15281529
"@executable_path/Frameworks",
15291530
"@loader_path/Frameworks",
15301531
);
1532+
MARKETING_VERSION = 1.3.8;
15311533
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
15321534
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15331535
SKIP_INSTALL = YES;
@@ -1556,6 +1558,7 @@
15561558
"@executable_path/Frameworks",
15571559
"@loader_path/Frameworks",
15581560
);
1561+
MARKETING_VERSION = 1.3.8;
15591562
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
15601563
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15611564
SKIP_INSTALL = YES;
@@ -1584,6 +1587,7 @@
15841587
"@executable_path/Frameworks",
15851588
"@loader_path/Frameworks",
15861589
);
1590+
MARKETING_VERSION = 1.3.8;
15871591
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
15881592
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15891593
SKIP_INSTALL = YES;

StreamChat/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.7</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>100</string>
2121
</dict>

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.7"
3+
spec.version = "1.3.8"
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

StreamChatCore/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.7</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>100</string>
2121
</dict>

0 commit comments

Comments
 (0)