diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce33dd..7079f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## [3.1.1] - Fix #59 ## [3.1.0] - Adjust flutter 3.7 ## [3.0.7] - Fix backgroundColor. ## [3.0.6] - Fix lints. diff --git a/README-CN.md b/README-CN.md index 0987e0e..54bb047 100644 --- a/README-CN.md +++ b/README-CN.md @@ -26,7 +26,7 @@ Alipay | Wechat | #### pub 仓库点这里: [pub](https://pub.dev/packages/flutter_swipe_action_cell) #### 安装: ```yaml -flutter_swipe_action_cell: ^3.1.0 +flutter_swipe_action_cell: ^3.1.1 ```
diff --git a/README.md b/README.md index 2ad011b..4453d97 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Alipay | Wechat | ##### install: ```yaml -flutter_swipe_action_cell: ^3.1.0 +flutter_swipe_action_cell: ^3.1.1 ``` ## 1.Preview: diff --git a/pubspec.yaml b/pubspec.yaml index 5413582..74ea571 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_swipe_action_cell description: An awesome UI package incluing iOS style cell swipe action effect.You can use this package to implement iOS style tableView cell swipe action -version: 3.1.0 +version: 3.1.1 homepage: https://github.com/luckysmg/flutter_swipe_action_cell environment: