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

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jan 10, 2015
1 parent eec8ff4 commit 1b9814e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions JSQMessagesDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.1.1</string>
<string>6.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>6.1.1</string>
<string>6.1.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions JSQMessagesViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JSQMessagesViewController'
s.version = '6.1.1'
s.version = '6.1.2'
s.summary = 'An elegant messages UI library for iOS.'
s.homepage = 'http://jessesquires.github.io/JSQMessagesViewController'
s.license = 'MIT'
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.frameworks = 'QuartzCore', 'CoreGraphics', 'CoreLocation', 'MapKit', 'UIKit', 'Foundation'
s.requires_arc = true

s.dependency 'JSQSystemSoundPlayer', '~> 2.0.0'
s.dependency 'JSQSystemSoundPlayer', '~> 2.0.1'
end

0 comments on commit 1b9814e

Please sign in to comment.