From ffa5bf8f2c4614dcc1fbdddf197af6e339087de6 Mon Sep 17 00:00:00 2001 From: dimitris-c Date: Mon, 1 Apr 2024 16:42:04 +0300 Subject: [PATCH] version bump to 1.2.0 --- AudioStreaming.podspec | 4 ++-- AudioStreaming.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AudioStreaming.podspec b/AudioStreaming.podspec index 5c430ee..59f59bc 100644 --- a/AudioStreaming.podspec +++ b/AudioStreaming.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'AudioStreaming' - s.version = '1.1.0' + s.version = '1.2.0' s.license = 'MIT' s.summary = 'An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.' s.homepage = 'https://github.com/dimitris-c/AudioStreaming' s.authors = { 'Dimitris C.' => 'dimmdesign@gmail.com' } s.source = { :git => 'https://github.com/dimitris-c/AudioStreaming.git', :tag => s.version } - s.ios.deployment_target = '12.0' + s.ios.deployment_target = '13.0' s.swift_versions = ['5.1', '5.2', '5.3'] diff --git a/AudioStreaming.xcodeproj/project.pbxproj b/AudioStreaming.xcodeproj/project.pbxproj index befad2a..d3fe125 100644 --- a/AudioStreaming.xcodeproj/project.pbxproj +++ b/AudioStreaming.xcodeproj/project.pbxproj @@ -831,7 +831,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -862,7 +862,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";