Skip to content

Commit

Permalink
Release 3.3.4
Browse files Browse the repository at this point in the history
- 修复异步子线程奔溃的问题
  • Loading branch information
changsanjiang committed Jun 29, 2020
1 parent 99cc889 commit b4589a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SJBaseVideoPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SJBaseVideoPlayer'
s.version = '3.3.4'
s.version = '3.3.5'
s.summary = 'video player.'
s.description = 'https://github.com/changsanjiang/SJBaseVideoPlayer/blob/master/README.md'
s.homepage = 'https://github.com/changsanjiang/SJBaseVideoPlayer'
Expand Down
2 changes: 1 addition & 1 deletion SJBaseVideoPlayer/SJBaseVideoPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ + (instancetype)player {
}

+ (NSString *)version {
return @"v3.3.3";
return @"v3.3.5";
}

- (void)setVideoGravity:(SJVideoGravity)videoGravity {
Expand Down

0 comments on commit b4589a1

Please sign in to comment.