File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Sources/StreamChatSwiftUI Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
### 🔄 Changed
7
7
8
+ # [ 4.9.0] ( https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.9.0 )
9
+ _ February 02, 2022_
10
+
11
+ ### 🔄 Changed
12
+
8
13
# [ 4.11.0] ( https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.11.0 )
9
14
_ February 02, 2022_
10
15
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >$(MARKETING_VERSION) </string >
18
+ <string >4.9.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPhotoLibraryUsageDescription </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "StreamChatSwiftUI"
3
- spec . version = "4.8 .0"
3
+ spec . version = "4.9 .0"
4
4
spec . summary = "StreamChat SwiftUI Components"
5
5
spec . description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."
6
6
You can’t perform that action at this time.
0 commit comments