Skip to content

Commit 3490051

Browse files
committed
update version nums. update spec.
1 parent f29354e commit 3490051

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

JSQMessagesDemo/JSQMessages-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.0.1</string>
20+
<string>5.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>5.0.1</string>
24+
<string>5.0.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIMainStoryboardFile</key>

JSQMessagesViewController.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'JSQMessagesViewController'
3-
s.version = '5.0.1'
3+
s.version = '5.0.2'
44
s.summary = 'An elegant messages UI library for iOS.'
5-
s.homepage = 'https://github.com/jessesquires/JSQMessagesViewController'
5+
s.homepage = 'http://jessesquires.github.io/JSQMessagesViewController'
66
s.license = 'MIT'
7-
s.screenshots = 'https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/Screenshots/screenshot0.png'
7+
s.screenshots = ['https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/Screenshots/screenshot0.png',
8+
'https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/Screenshots/screenshot1.png']
89
s.author = { 'Jesse Squires' => '[email protected]' }
910
s.social_media_url = 'https://twitter.com/jesse_squires'
1011
s.source = { :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)