Skip to content

Commit f9da702

Browse files
committed
Release commit version 3.0.0
1 parent b368b67 commit f9da702

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.onesignal.flutter'
2-
version '3.0.0-beta4'
2+
version '3.0.0'
33

44
buildscript {
55
repositories {

example/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ dependencies:
99
# Use with the CupertinoIcons class for iOS style icons.
1010
cupertino_icons: ^1.0.0
1111

12+
environment:
13+
sdk: ">=2.12.0 <3.0.0"
14+
1215
dev_dependencies:
1316
flutter_test:
1417
sdk: flutter
1518

1619
onesignal_flutter:
17-
path: ^3.0.0-beta4
20+
path: ^3.0.0
1821

1922
# For information on the generic Dart part of this file, see the
2023
# following page: https://www.dartlang.org/tools/pub/pubspec
@@ -56,7 +59,4 @@ flutter:
5659
# weight: 700
5760
#
5861
# For details regarding fonts from package dependencies,
59-
# see https://flutter.io/custom-fonts/#from-packages
60-
environment:
61-
sdk: '>=2.12.0 <3.0.0'
62-
flutter: ">=1.10.0 <2.0.0"
62+
# see https://flutter.io/custom-fonts/#from-packages

ios/onesignal_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'onesignal_flutter'
6-
s.version = '3.0.0-beta4'
6+
s.version = '3.0.0'
77
s.summary = 'The OneSignal Flutter SDK'
88
s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
99
s.homepage = 'https://www.onesignal.com'

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: 3.0.0-beta4
3+
version: 3.0.0
44
author: Brad Hesse <[email protected]>, Josh Kasten <[email protected]>
55
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK
66

0 commit comments

Comments
 (0)