Skip to content

Commit

Permalink
Bump v.1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buh committed Sep 9, 2019
1 parent a40e50b commit 95a7fe5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0"
spec.version = "1.3.1"
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
2 changes: 1 addition & 1 deletion StreamChat/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleVersion</key>
<string>100</string>
</dict>
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.0"
spec.version = "1.3.1"
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
2 changes: 1 addition & 1 deletion StreamChatCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleVersion</key>
<string>100</string>
</dict>
Expand Down

0 comments on commit 95a7fe5

Please sign in to comment.