Skip to content

Commit

Permalink
bump version nums, update spec, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Apr 12, 2016
1 parent d0772bd commit 7c2710d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ The changelog for `JSQSystemSoundPlayer`. Also see the [releases](https://github

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

4.3.1
-----

This release closes the [4.3.1 milestone](https://github.com/jessesquires/JSQSystemSoundPlayer/issues?utf8=✓&q=+milestone%3A4.3.1+).

- No new features, just clean up and organization.

4.3.0
-----

Added tvOS support :tada:
Added tvOS support :tada:

4.2.0
-----
Expand Down
4 changes: 2 additions & 2 deletions JSQSystemSoundPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'JSQSystemSoundPlayer'
s.version = '4.3.0'
s.version = '4.3.1'
s.license = 'MIT'

s.summary = 'A fancy Obj-C wrapper for Cocoa System Sound Services'
s.homepage = 'https://github.com/jessesquires/JSQSystemSoundPlayer'
s.documentation_url = 'http://jessesquires.com/JSQSystemSoundPlayer'

s.social_media_url = 'https://twitter.com/jesse_squires'
s.author = { 'Jesse Squires' => '[email protected]' }
s.author = 'Jesse Squires'

s.source = { :git => 'https://github.com/jessesquires/JSQSystemSoundPlayer.git', :tag => s.version }
s.source_files = 'Source/*.{h,m}'
Expand Down
2 changes: 1 addition & 1 deletion JSQSystemSoundPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@
projectRoot = "";
targets = (
8892FA9D1AF6E4DA00F2D347 /* JSQSystemSoundPlayer-iOS */,
8892FAA81AF6E4DA00F2D347 /* JSQSystemSoundPlayerTests */,
884DF6621AF6E96700D97D16 /* JSQSystemSoundPlayer-OSX */,
88F4692E1C0BE399001F70F4 /* JSQSystemSoundPlayer-tvOS */,
8892FAA81AF6E4DA00F2D347 /* JSQSystemSoundPlayerTests */,
);
};
/* End PBXProject section */
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 7c2710d

Please sign in to comment.