Skip to content

Commit

Permalink
Bumped version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintGao committed Mar 5, 2024
1 parent d936d43 commit cee4549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GKCycleScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GKCycleScrollView'
s.version = '1.2.2'
s.version = '1.2.3'
s.summary = '一个轻量级的自定义轮播图组件'
s.homepage = 'https://github.com/QuintGao/GKCycleScrollView'
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ cycleScrollView.dataSource = self;

## 版本更新

* 2024.03.05 1.2.3 修复布局改变时显示异常的问题 #31
* 2024.01.03 1.2.2 修复调用[NSNull null]可能崩溃的问题 #30
* 2022.07.24 1.2.1 修复bug #25 #26
* 2022.07.06 1.2.0 1、修复bug #22
Expand Down

0 comments on commit cee4549

Please sign in to comment.