Skip to content

Commit

Permalink
Bump version to 2.16.77
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Nov 16, 2023
1 parent 46311e0 commit c88ec79
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.76'
s.version = '2.16.77'
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.76";
return @"2.16.77";
}

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

0 comments on commit c88ec79

Please sign in to comment.