Skip to content

Commit 317cdc1

Browse files
Bump to v1.2.0
1 parent f1768ff commit 317cdc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WSAudioKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "WSAudioKit"
3-
s.version = "1.1.0"
4-
s.summary = "Convenient wrapper around AVFoundation & MediaPlayer"
3+
s.version = "1.2.0"
4+
s.summary = "Convenient wrapper around AVFoundation & MediaPlayer."
55
s.homepage = "https://github.com/whitesmith/WSAudioKit"
66
s.license = 'MIT'
77
s.author = { "Ricardo Pereira" => "ricardopereira@whitesmith.co" }

WSAudioKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
INFOPLIST_FILE = Source/Info.plist;
487487
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
488488
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
489-
MARKETING_VERSION = 1.1.0;
489+
MARKETING_VERSION = 1.2.0;
490490
MTL_ENABLE_DEBUG_INFO = YES;
491491
ONLY_ACTIVE_ARCH = YES;
492492
OTHER_SWIFT_FLAGS = "-D DEBUG";
@@ -543,7 +543,7 @@
543543
INFOPLIST_FILE = Source/Info.plist;
544544
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
545545
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
546-
MARKETING_VERSION = 1.1.0;
546+
MARKETING_VERSION = 1.2.0;
547547
MTL_ENABLE_DEBUG_INFO = NO;
548548
OTHER_SWIFT_FLAGS = "";
549549
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSAudioKit;

0 commit comments

Comments
 (0)