Skip to content

Commit

Permalink
Merge pull request #622 from OneSignal/release_3.5.0
Browse files Browse the repository at this point in the history
3.5.0 Release
  • Loading branch information
nan-li authored Nov 30, 2022
2 parents b536ae0 + 1eeed19 commit 5b26197
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.onesignal.flutter'
version '3.4.2'
version '3.5.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/onesignal_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'onesignal_flutter'
s.version = '3.4.2'
s.version = '3.5.0'
s.summary = 'The OneSignal Flutter SDK'
s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
s.homepage = 'https://www.onesignal.com'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.4.2
version: 3.5.0
author: Brad Hesse <[email protected]>, Josh Kasten <[email protected]>
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK

Expand Down

0 comments on commit 5b26197

Please sign in to comment.