diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ce2b3..220c3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.11] - 2023-07-13 + +### Fixed +- Fixes last page detection [PR#193](https://github.com/Pyozer/introduction_screen/pull/193) + ## [3.1.10] - 2023-07-11 ### Added diff --git a/README.md b/README.md index 03d67ac..3f51fe3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You just need to add `introduction_screen` as a [dependency in your pubspec.yaml ```yaml dependencies: - introduction_screen: ^3.1.10 + introduction_screen: ^3.1.11 ``` ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index a89f699..294049d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: introduction_screen description: Introduction/Onboarding package for flutter app with some customizations possibilities -version: 3.1.10 +version: 3.1.11 homepage: https://github.com/pyozer/introduction_screen environment: