diff --git a/JSQMessagesDemo/Info.plist b/JSQMessagesDemo/Info.plist index bd865b91e..d7f7af2a2 100644 --- a/JSQMessagesDemo/Info.plist +++ b/JSQMessagesDemo/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 6.1.1 + 6.1.2 CFBundleSignature ???? CFBundleVersion - 6.1.1 + 6.1.2 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/JSQMessagesViewController.podspec b/JSQMessagesViewController.podspec index 993f536a2..fa0d57afb 100644 --- a/JSQMessagesViewController.podspec +++ b/JSQMessagesViewController.podspec @@ -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' @@ -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