Skip to content

Commit

Permalink
Fix Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbhanson committed Apr 20, 2021
1 parent cfd9c62 commit 6fd19fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.8+2] - (2021-Apr-20)
## [1.1.8+3] - (2021-Apr-20)

* Fixed bug that was preventing copying of dark background. Fixes [#163](https://github.com/jonbhanson/flutter_native_splash/issues/163).
* Updated pubspec.yaml to show which platforms are supported.
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 @@ First, add `flutter_native_splash` as a dev dependency in your pubspec.yaml file

```yaml
dev_dependencies:
flutter_native_splash: ^1.1.8+2
flutter_native_splash: ^1.1.8+3
```
Don't forget to `flutter pub get`.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_native_splash
description: Generates native code to customize Flutter's default white native splash screen with background color and splash image. Supports dark mode, full screen, and more.
version: 1.1.8+2
version: 1.1.8+3
homepage: https://github.com/jonbhanson/flutter_native_splash

flutter:
Expand All @@ -13,6 +13,7 @@ flutter:
pluginClass: FlutterNativeSplash
web:
pluginClass: FlutterNativeSplash
fileName: web.dart

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 6fd19fe

Please sign in to comment.