diff --git a/CHANGELOG.md b/CHANGELOG.md index d733727..6baf546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.2.4 +* Adjust the Scaffold in fullscreen. + ## 2.2.3 * General Update. diff --git a/README.md b/README.md index 8c5f9dd..c8f8e93 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You should ensure that you add the `intro_views_flutter` as a dependency in your ```yaml dependencies: - intro_views_flutter: "^2.2.3" + intro_views_flutter: "^2.2.4" ``` You can also reference the git repository directly if you want: diff --git a/pubspec.yaml b/pubspec.yaml index 720e639..fa94ab5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: intro_views_flutter description: A Flutter package for simple material design app intro screens with some cool animations. -version: 2.2.3 +version: 2.2.4 author: Ayush Agarwal homepage: https://github.com/aagarwal1012/IntroViews-Flutter