Skip to content

Commit

Permalink
Bump version to 2.16.96
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Jun 27, 2024
1 parent d6f59e9 commit 943fff9
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.95'
s.version = '2.16.96'
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.95";
return @"2.16.96";
}

- (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 943fff9

Please sign in to comment.