Skip to content

Commit

Permalink
Bump v.1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
buh committed Oct 15, 2019
1 parent dec3d76 commit 1756c81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion StreamChat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StreamChat"
spec.version = "1.3.14"
spec.version = "1.3.15"
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."

Expand Down
8 changes: 4 additions & 4 deletions StreamChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.14;
MARKETING_VERSION = 1.3.15;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1466,7 +1466,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.14;
MARKETING_VERSION = 1.3.15;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1496,7 +1496,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.14;
MARKETING_VERSION = 1.3.15;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1526,7 +1526,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.14;
MARKETING_VERSION = 1.3.15;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion StreamChatCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StreamChatCore"
spec.version = "1.3.14"
spec.version = "1.3.15"
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."

Expand Down

0 comments on commit 1756c81

Please sign in to comment.