diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1f09a..e711f88 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). -## [Unreleased] +## [3.1.5] - 2023-02-15 ### Added - Added the option conceal the bottom part of the introduction screen [PR#163](https://github.com/Pyozer/introduction_screen/pull/163) diff --git a/README.md b/README.md index f5e742a..a956582 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.4 + introduction_screen: ^3.1.5 ``` ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index bda71a6..8cf2565 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.4 +version: 3.1.5 homepage: https://github.com/pyozer/introduction_screen