Skip to content

Commit 038b708

Browse files
Bump to v1.2.1
1 parent 2f35dc6 commit 038b708

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WSAudioKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WSAudioKit"
3-
s.version = "1.2.0"
3+
s.version = "1.2.1"
44
s.summary = "Convenient wrapper around AVFoundation & MediaPlayer."
55
s.homepage = "https://github.com/whitesmith/WSAudioKit"
66
s.license = 'MIT'

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.2.0;
489+
MARKETING_VERSION = 1.2.1;
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.2.0;
546+
MARKETING_VERSION = 1.2.1;
547547
MTL_ENABLE_DEBUG_INFO = NO;
548548
OTHER_SWIFT_FLAGS = "";
549549
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSAudioKit;

0 commit comments

Comments
 (0)