Skip to content

Commit 7c2710d

Browse files
committed
bump version nums, update spec, update changelog
1 parent d0772bd commit 7c2710d

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ The changelog for `JSQSystemSoundPlayer`. Also see the [releases](https://github
44

55
--------------------------------------
66

7+
4.3.1
8+
-----
9+
10+
This release closes the [4.3.1 milestone](https://github.com/jessesquires/JSQSystemSoundPlayer/issues?utf8=✓&q=+milestone%3A4.3.1+).
11+
12+
- No new features, just clean up and organization.
13+
714
4.3.0
815
-----
916

10-
Added tvOS support :tada:
17+
Added tvOS support :tada:
1118

1219
4.2.0
1320
-----

JSQSystemSoundPlayer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'JSQSystemSoundPlayer'
3-
s.version = '4.3.0'
3+
s.version = '4.3.1'
44
s.license = 'MIT'
55

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

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

1313
s.source = { :git => 'https://github.com/jessesquires/JSQSystemSoundPlayer.git', :tag => s.version }
1414
s.source_files = 'Source/*.{h,m}'

JSQSystemSoundPlayer.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
projectRoot = "";
268268
targets = (
269269
8892FA9D1AF6E4DA00F2D347 /* JSQSystemSoundPlayer-iOS */,
270-
8892FAA81AF6E4DA00F2D347 /* JSQSystemSoundPlayerTests */,
271270
884DF6621AF6E96700D97D16 /* JSQSystemSoundPlayer-OSX */,
272271
88F4692E1C0BE399001F70F4 /* JSQSystemSoundPlayer-tvOS */,
272+
8892FAA81AF6E4DA00F2D347 /* JSQSystemSoundPlayerTests */,
273273
);
274274
};
275275
/* End PBXProject section */

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.3.0</string>
18+
<string>4.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)