From 51890b277c8c9abdfb8dcdfb90c35c4f523682cf Mon Sep 17 00:00:00 2001 From: emawby Date: Thu, 28 Jul 2022 10:23:17 -0700 Subject: [PATCH] Bumping version to 3.4.0 This version includes the Android 13 push prompt feature. The iOS and Android native versions are already up to date --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 362e4d78..4d2397bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: onesignal_flutter description: OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal -version: 3.3.2 +version: 3.4.0 author: Brad Hesse , Josh Kasten homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK