File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ The changelog for `JSQMessagesViewController`. Also see the [releases](https://g
7
7
7.3.0
8
8
-----
9
9
10
+ - [ Milestone] ( https://github.com/jessesquires/JSQMessagesViewController/issues?q=milestone%3A7.3.1+is%3Aclosed )
11
+ - [ GitHub release notes] ( https://github.com/jessesquires/JSQMessagesViewController/releases/tag/7.3.1 )
12
+
13
+ 7.3.0
14
+ -----
15
+
10
16
- [ Milestone] ( https://github.com/jessesquires/JSQMessagesViewController/issues?q=milestone%3A7.3.0+is%3Aclosed )
11
17
- [ GitHub release notes] ( https://github.com/jessesquires/JSQMessagesViewController/releases/tag/7.3.0 )
12
18
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >7.3.0 </string >
18
+ <string >7.3.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >7.3.0 </string >
22
+ <string >7.3.1 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
25
<key >UILaunchStoryboardName </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'JSQMessagesViewController'
3
- s . version = '7.3.0 '
3
+ s . version = '7.3.1 '
4
4
s . summary = 'An elegant messages UI library for iOS.'
5
5
s . homepage = 'http://jessesquires.github.io/JSQMessagesViewController'
6
6
s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments