Skip to content

Commit

Permalink
Update for release of version 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eml committed Mar 26, 2019
1 parent 00086d4 commit 54889bb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

- v4.2.4 and v4.2.5
- v4.2.4 - v4.2.6
- updates to internal build/deploy scripts
- Carthage project fix

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://demo.feed.fm/sdk/FeedMediaCore.framework.json" == 4.2.5
binary "https://demo.feed.fm/sdk/FeedMediaCore.framework.json" == 4.2.6
github "cbpowell/MarqueeLabel" == 3.2.0
2 changes: 1 addition & 1 deletion Core/FeedMediaCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2017 Feed Media. All rights reserved.
//

#define FEED_MEDIA_CLIENT_VERSION @"4.2.5"
#define FEED_MEDIA_CLIENT_VERSION @"4.2.6"

// All public headers
#import "FMAudioItem.h"
Expand Down
Binary file modified Core/libFeedMediaCore-tv.a
Binary file not shown.
Binary file modified Core/libFeedMediaCore.a
Binary file not shown.
2 changes: 1 addition & 1 deletion FeedMedia.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "FeedMedia"
s.version = "4.2.5"
s.version = "4.2.6"
s.summary = "FeedMedia SDK for Internet radio streaming"
s.description = <<-DESC
Feed.fm allows you to legally add popular music to your mobile app with a Pandora-style
Expand Down

0 comments on commit 54889bb

Please sign in to comment.