From 7a381f9a9b22ce434196206cb39ea584efe9b84b Mon Sep 17 00:00:00 2001 From: Gavin Henry Date: Mon, 19 Jun 2023 11:43:14 +0100 Subject: [PATCH] Cleanup and release on v3.1.9 --- CHANGELOG.md | 4 +--- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f939e..a3599e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.10] - 2023-06-19 +## [3.1.9] - 2023-06-19 ### Changed - Some changes and fixes to auto scroll [PR#186](https://github.com/Pyozer/introduction_screen/pull/186) @@ -12,8 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [collection](https://pub.dev/packages/collection) dependency for above -## [3.1.9] - 2023-06-19 - ### Fixed - Fix auto scroll error [PR#177](https://github.com/Pyozer/introduction_screen/pull/177) - Fix breaking -> turn _currentpage into an int instead of double [PR#180](https://github.com/Pyozer/introduction_screen/pull/180) diff --git a/README.md b/README.md index 03d67ac..41854db 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.9 ``` ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index aee13b0..8b9f789 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: introduction_screen description: Introduction/Onboarding package for flutter app with some customizations possibilities -version: 3.1.10 +version: 3.1.9 homepage: https://github.com/pyozer/introduction_screen