Skip to content

Commit 1efca12

Browse files
committed
bumping version number
1 parent 99f323e commit 1efca12

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

lib/src/defines.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
String sdkVersion = "3.3.2";
2-
3-
/// Determines how notifications should be displayed
1+
// Determines how notifications should be displayed
42
enum OSNotificationDisplayType { none, alert, notification }
53

64
/// Indicates whether a user tapped a notification (`opened`)

pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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+
<<<<<<< Updated upstream
34
version: 5.0.0-beta-02
45
author: Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>, Henry Boswell <henryboswell@onesignal.com>
6+
=======
7+
version: 5.0.0-beta-01
8+
author: Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
9+
>>>>>>> Stashed changes
510
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK
611

712
flutter:

0 commit comments

Comments
 (0)