Skip to content

Commit 0758c14

Browse files
committed
Bumping version
1 parent 03c6a76 commit 0758c14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AudioStreaming.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 = 'AudioStreaming'
3-
s.version = '0.7.0'
3+
s.version = '0.8.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'

AudioStreaming.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
"@executable_path/Frameworks",
812812
"@loader_path/Frameworks",
813813
);
814-
MARKETING_VERSION = 0.7.0;
814+
MARKETING_VERSION = 0.8.0;
815815
OTHER_LDFLAGS = "-ObjC";
816816
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
817817
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -842,7 +842,7 @@
842842
"@executable_path/Frameworks",
843843
"@loader_path/Frameworks",
844844
);
845-
MARKETING_VERSION = 0.7.0;
845+
MARKETING_VERSION = 0.8.0;
846846
OTHER_LDFLAGS = "-ObjC";
847847
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
848848
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

0 commit comments

Comments
 (0)