Skip to content

Commit 929f1d8

Browse files
committed
update changelog and spec for 7.3.4
1 parent 23bf3f0 commit 929f1d8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ The changelog for `JSQMessagesViewController`. Also see the [releases](https://g
44

55
--------------------------------------
66

7+
7.3.4
8+
-----
9+
10+
- [Milestone](https://github.com/jessesquires/JSQMessagesViewController/issues?q=milestone%3A7.3.4+is%3Aclosed)
11+
- [GitHub release notes](https://github.com/jessesquires/JSQMessagesViewController/releases/tag/7.3.4)
12+
713
7.3.3
814
-----
915

JSQMessagesDemo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>7.3.3</string>
18+
<string>7.3.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7.3.3</string>
22+
<string>7.3.4</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

JSQMessagesViewController.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 = 'JSQMessagesViewController'
3-
s.version = '7.3.3'
3+
s.version = '7.3.4'
44
s.summary = 'An elegant messages UI library for iOS.'
55
s.homepage = 'http://jessesquires.github.io/JSQMessagesViewController'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)