Skip to content

Commit 0d2e8dd

Browse files
committed
Bump
1 parent 7747a3b commit 0d2e8dd

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

example/pubspec.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ packages:
4444
courier_flutter:
4545
dependency: "direct main"
4646
description:
47-
path: ".."
48-
relative: true
49-
source: path
47+
name: courier_flutter
48+
sha256: "0a205d62eb7b6ccfa55010e4b07f6d1724664b573a129081ccb9f6ee6d579ea6"
49+
url: "https://pub.dev"
50+
source: hosted
5051
version: "1.0.61"
5152
cupertino_icons:
5253
dependency: "direct main"
@@ -262,4 +263,4 @@ packages:
262263
version: "0.1.4-beta"
263264
sdks:
264265
dart: ">=3.1.0-185.0.dev <4.0.0"
265-
flutter: ">=3.13.6"
266+
flutter: ">=2.5.0"

example/pubspec.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222

23-
courier_flutter:
24-
# When depending on this package from a real application you should use:
25-
# courier_flutter: ^x.y.z
26-
# See https://dart.dev/tools/pub/dependencies#version-constraints
27-
# The example app is bundled with the plugin so we use a path dependency on
28-
# the parent directory to use the current plugin's version.
29-
path: ../
23+
courier_flutter: ^1.0.61
3024

3125
# The following adds the Cupertino Icons font to your application.
3226
# Use with the CupertinoIcons class for iOS style icons.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: courier_flutter
22
description: The best way to add push notifications to your Flutter app!
3-
version: 1.0.7
3+
version: 1.0.70
44
homepage: https://courier.com
55

66
environment:

release.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Install Github CLI if needed
2-
brew install gh
3-
gh auth login
4-
5-
# Install yq for parsing yml
6-
brew install python-yq
2+
#brew install gh
3+
#gh auth login
4+
#
5+
## Install yq for parsing yml
6+
#brew install python-yq
77

88
# Get the package version from the pubspec
99
PACKAGE_VERSION=$(yq .version pubspec.yaml | tr -d '"')

0 commit comments

Comments
 (0)