Skip to content

Commit

Permalink
Bump version to 2.16.108
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Dec 5, 2024
1 parent e176316 commit 946bed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Whiteboard/Classes/SDK/WhiteSDK.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ @implementation WhiteSDK

+ (NSString *)version
{
return @"2.16.107";
return @"2.16.108";
}

- (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 946bed0

Please sign in to comment.