Skip to content

Commit

Permalink
v3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyozer committed Jul 13, 2023
1 parent d562870 commit 2344502
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2344502

Please sign in to comment.