Skip to content

Commit

Permalink
Bump version to 2.16.75
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Oct 12, 2023
1 parent 864a85a commit 2f4577e
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.74'
s.version = '2.16.75'
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 @@ -29,7 +29,7 @@ @implementation WhiteSDK

+ (NSString *)version
{
return @"2.16.74";
return @"2.16.75";
}

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

0 comments on commit 2f4577e

Please sign in to comment.