Skip to content

Commit 0a32cdb

Browse files
authored
Merge pull request #113 from OneSignal/release_020001
Release commit 2.0.1
2 parents e38698d + 8342d27 commit 0a32cdb

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
![alt text](https://onesignal.com/images/android_and_ios_notification_image.gif)
1212

1313
#### Installation
14-
See the [Setup Guide](https://documentation.onesignal.com/v5.0/docs/flutter-sdk-setup) for setup instructions.
14+
See the [Setup Guide](https://documentation.onesignal.com/docs/flutter-sdk-setup) for setup instructions.
1515

1616
#### Change Log
1717
See this repository's [release tags](https://github.com/onesignal/onesignal-flutter-sdk/releases) for a complete change log of every released version.
@@ -24,5 +24,5 @@ For account issues and support please contact OneSignal support from the [OneSig
2424
To make things easier, we have published a demo project in the `/example` folder of this repository.
2525

2626
#### Supports:
27-
* Tested from iOS 8 to iOS 11.3
28-
* Tested from Android 4.0.3 (API level 15) to Android 8.1 (27)
27+
* Tested from iOS 8 to iOS 12.3
28+
* Tested from Android 4.0.3 (API level 15) to Android 9.0 (28)

example/pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ dev_dependencies:
1212
flutter_test:
1313
sdk: flutter
1414

15-
16-
onesignal_flutter:
17-
path: ../
15+
onesignal_flutter: ^2.0.1
1816

1917
# For information on the generic Dart part of this file, see the
2018
# following page: https://www.dartlang.org/tools/pub/pubspec

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: onesignal_flutter
22
description: OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
3-
version: 2.0.0
3+
version: 2.0.1
44
author: Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
55
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK
66

0 commit comments

Comments
 (0)