Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Update CHANGELOG and version nums for 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jun 5, 2016
1 parent ed54d6c commit ef5c87f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ The changelog for `JSQMessagesViewController`. Also see the [releases](https://g

--------------------------------------

7.3.2
-----

- [Milestone](https://github.com/jessesquires/JSQMessagesViewController/issues?q=milestone%3A7.3.2+is%3Aclosed)
- [GitHub release notes](https://github.com/jessesquires/JSQMessagesViewController/releases/tag/7.3.2)

7.3.1
-----

Expand Down
4 changes: 2 additions & 2 deletions JSQMessagesDemo/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.3.1</string>
<string>7.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7.3.1</string>
<string>7.3.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion JSQMessagesViewController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JSQMessagesViewController'
s.version = '7.3.1'
s.version = '7.3.2'
s.summary = 'An elegant messages UI library for iOS.'
s.homepage = 'http://jessesquires.github.io/JSQMessagesViewController'
s.license = 'MIT'
Expand Down

0 comments on commit ef5c87f

Please sign in to comment.