Skip to content

Commit

Permalink
Merge pull request #61 from apptentive/updates/6.9.0
Browse files Browse the repository at this point in the history
Update for v6.9.0
  • Loading branch information
PoornimaApptentive authored Oct 16, 2024
2 parents 3450c5c + 0d5c698 commit 0350466
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .scripts/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Apptentive Android SDK: 6.8.0
- Apptentive iOS SDK: 6.8.1
- Apptentive Android SDK: 6.9.0
- Apptentive iOS SDK: 6.9.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2024-10-02 - v6.9.0

- Apptentive Android SDK: 6.9.0
- Apptentive iOS SDK: 6.9.0

# 2024-06-26 - v6.8.0

- Apptentive Android SDK: 6.8.0
Expand Down
2 changes: 1 addition & 1 deletion ios/apptentive_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Apptentive SDK for Flutter
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'ApptentiveKit', '6.8.1'
s.dependency 'ApptentiveKit', '6.9.0'
s.platform = :ios, '13.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion lib/apptentive_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ApptentiveFlutter {
final bool registered = await _channel.invokeMethod('register', {
"configuration" : _packConfiguration(configuration),
"distributionName" : "Flutter",
"distributionVersion" : "6.1.2",
"distributionVersion" : configuration.distributionVersion,
});
return registered;
}
Expand Down

0 comments on commit 0350466

Please sign in to comment.