Skip to content

Commit a2da46f

Browse files
authored
Bump version (#15)
1 parent aca69de commit a2da46f

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.3.0'
3+
s.version = '0.4.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
@@ -806,7 +806,7 @@
806806
"@executable_path/Frameworks",
807807
"@loader_path/Frameworks",
808808
);
809-
MARKETING_VERSION = 0.3.0;
809+
MARKETING_VERSION = 0.4.0;
810810
OTHER_LDFLAGS = "-ObjC";
811811
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
812812
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -836,7 +836,7 @@
836836
"@executable_path/Frameworks",
837837
"@loader_path/Frameworks",
838838
);
839-
MARKETING_VERSION = 0.3.0;
839+
MARKETING_VERSION = 0.4.0;
840840
OTHER_LDFLAGS = "-ObjC";
841841
PRODUCT_BUNDLE_IDENTIFIER = com.decimal.AudioStreaming;
842842
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

0 commit comments

Comments
 (0)