Skip to content

Commit

Permalink
Bump version to 2.16.80
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Dec 7, 2023
1 parent 34a379b commit b73c75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Whiteboard.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Whiteboard'
s.version = '2.16.79'
s.version = '2.16.80'
s.summary = 'netless.io Whiteboard API on iOS'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Whiteboard/Classes/SDK/WhiteSDK.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ @implementation WhiteSDK

+ (NSString *)version
{
return @"2.16.79";
return @"2.16.80";
}

- (instancetype)initWithWhiteBoardView:(WhiteBoardView *)boardView config:(WhiteSdkConfiguration *)config commonCallbackDelegate:(nullable id<WhiteCommonCallbackDelegate>)callback audioMixerBridgeDelegate:(nullable id<WhiteAudioMixerBridgeDelegate>)mixer effectMixerBridgeDelegate:(nullable id<WhiteAudioEffectMixerBridgeDelegate>)effectMixer {
Expand Down

0 comments on commit b73c75f

Please sign in to comment.