Skip to content

Commit c1c358e

Browse files
committed
Fixed tools version
1 parent b79fac9 commit c1c358e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ChatLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ChatLayout'
3-
s.version = '2.3.0'
3+
s.version = '2.3.1'
44
s.summary = 'Chat UI Library. It uses custom UICollectionViewLayout to provide you full control over the presentation.'
55
s.swift_version = '6.2'
66

Example/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
2-
- ChatLayout (2.3.0):
3-
- ChatLayout/Ultimate (= 2.3.0)
4-
- ChatLayout/Core (2.3.0)
5-
- ChatLayout/Extras (2.3.0):
2+
- ChatLayout (2.3.1):
3+
- ChatLayout/Ultimate (= 2.3.1)
4+
- ChatLayout/Core (2.3.1)
5+
- ChatLayout/Extras (2.3.1):
66
- ChatLayout/Core
7-
- ChatLayout/Ultimate (2.3.0):
7+
- ChatLayout/Ultimate (2.3.1):
88
- ChatLayout/Core
99
- ChatLayout/Extras
1010
- DifferenceKit (1.3.0):
@@ -35,7 +35,7 @@ EXTERNAL SOURCES:
3535
:path: "../"
3636

3737
SPEC CHECKSUMS:
38-
ChatLayout: 297e613e18c8da7c1f7ba8758530bcbf4e85b8ba
38+
ChatLayout: 88bc7aba675fbbbc9bbfa4aa8a8cb2749ade1d23
3939
DifferenceKit: ab185c4d7f9cef8af3fcf593e5b387fb81e999ca
4040
FPSCounter: 884afec377de66637808c4f52ecc3b85a404732b
4141
InputBarAccessoryView: 1d7b0a672b36e370f01f264b3907ef39d03328e3

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.2
1+
// swift-tools-version:6.1
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)