Skip to content

Commit 6007bd1

Browse files
authored
chore: fixes versions in analytics_pinpoint and example (#1885)
1 parent b15c98c commit 6007bd1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies:
2525
flutter:
2626
sdk: flutter
2727
file_picker: ^4.0.0
28-
amplify_flutter: 0.6.1
29-
amplify_analytics_pinpoint: 0.6.1
30-
amplify_auth_cognito: 0.6.1
31-
amplify_storage_s3: 0.6.1
28+
amplify_flutter: 0.6.2
29+
amplify_analytics_pinpoint: 0.6.2
30+
amplify_auth_cognito: 0.6.2
31+
amplify_storage_s3: 0.6.2
3232
# The following adds the Cupertino Icons font to your application.
3333
# Use with the CupertinoIcons class for iOS style icons.
3434
cupertino_icons: ^0.1.3

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 0.6.1
3+
version: 0.6.2
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,8 +10,8 @@ environment:
1010
flutter: ">=2.10.0"
1111

1212
dependencies:
13-
amplify_analytics_pinpoint_android: 0.6.1
14-
amplify_analytics_pinpoint_ios: 0.6.1
13+
amplify_analytics_pinpoint_android: 0.6.2
14+
amplify_analytics_pinpoint_ios: 0.6.2
1515
amplify_core: 0.6.2
1616
aws_common: ^0.1.1
1717
flutter:

0 commit comments

Comments
 (0)