Skip to content

Commit d0425f7

Browse files
committed
chore(version): Update version and changelog 3.1.5
1 parent 95ab8cb commit d0425f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [3.1.5] - 2023-02-15
88

99
### Added
1010
- Added the option conceal the bottom part of the introduction screen [PR#163](https://github.com/Pyozer/introduction_screen/pull/163)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You just need to add `introduction_screen` as a [dependency in your pubspec.yaml
1717

1818
```yaml
1919
dependencies:
20-
introduction_screen: ^3.1.4
20+
introduction_screen: ^3.1.5
2121
```
2222
2323
## Examples

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: introduction_screen
22
description: Introduction/Onboarding package for flutter app with some customizations possibilities
33

4-
version: 3.1.4
4+
version: 3.1.5
55

66
homepage: https://github.com/pyozer/introduction_screen
77

0 commit comments

Comments
 (0)