Skip to content

Commit

Permalink
chore(version): Update version and changelog 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Feb 15, 2023
1 parent 95ab8cb commit d0425f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.4
introduction_screen: ^3.1.5
```
## Examples
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d0425f7

Please sign in to comment.