Skip to content

Commit ffa5bf8

Browse files
committed
version bump to 1.2.0
1 parent 9d8973e commit ffa5bf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AudioStreaming.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'AudioStreaming'
3-
s.version = '1.1.0'
3+
s.version = '1.2.0'
44
s.license = 'MIT'
55
s.summary = 'An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.'
66
s.homepage = 'https://github.com/dimitris-c/AudioStreaming'
77
s.authors = { 'Dimitris C.' => '[email protected]' }
88
s.source = { :git => 'https://github.com/dimitris-c/AudioStreaming.git', :tag => s.version }
99

10-
s.ios.deployment_target = '12.0'
10+
s.ios.deployment_target = '13.0'
1111

1212
s.swift_versions = ['5.1', '5.2', '5.3']
1313

AudioStreaming.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
"@executable_path/Frameworks",
832832
"@loader_path/Frameworks",
833833
);
834-
MARKETING_VERSION = 1.1.0;
834+
MARKETING_VERSION = 1.2.0;
835835
OTHER_LDFLAGS = "-ObjC";
836836
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
837837
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -862,7 +862,7 @@
862862
"@executable_path/Frameworks",
863863
"@loader_path/Frameworks",
864864
);
865-
MARKETING_VERSION = 1.1.0;
865+
MARKETING_VERSION = 1.2.0;
866866
OTHER_LDFLAGS = "-ObjC";
867867
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
868868
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

0 commit comments

Comments
 (0)