diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7ecaf41..d9727211d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [7.0.1] - 2023. 5. 11 + +* Fix SDK version. + ## [7.0.0] - 2023. 5. 11 * Compatible with Flutter 3.10. diff --git a/README.md b/README.md index b8d64ffb3..3c0f51eaf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## PlutoGrid for flutter - v7.0.0 +## PlutoGrid for flutter - v7.0.1 [![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg)](https://github.com/Solido/awesome-flutter) [![codecov](https://codecov.io/gh/bosskmk/pluto_grid/branch/master/graph/badge.svg)](https://codecov.io/gh/bosskmk/pluto_grid) diff --git a/demo/pubspec.yaml b/demo/pubspec.yaml index 21a96cd64..1353d10e3 100644 --- a/demo/pubspec.yaml +++ b/demo/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ">=2.17.0 <3.0.0" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index d2707ed04..af6e13f18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: pluto_grid description: PlutoGrid is a dataGrid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky) -version: 7.0.0 +version: 7.0.1 homepage: https://pluto.weblaze.dev repository: https://github.com/bosskmk/pluto_grid environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=2.17.0 <3.0.0" flutter: ">=2.5.0" dependencies: