diff --git a/mindbox/CHANGELOG.md b/mindbox/CHANGELOG.md index 1a46cfc..03e7a51 100644 --- a/mindbox/CHANGELOG.md +++ b/mindbox/CHANGELOG.md @@ -1,3 +1,8 @@ +-e ## 2.13.1 + +* Upgrade native Android SDK dependency to v2.13.0. +* Upgrade native iOS SDK dependency to v2.13.1. + ## 2.13.0 * Upgrade native Android SDK dependency to v2.13.0. diff --git a/mindbox/pubspec.yaml b/mindbox/pubspec.yaml index de3883e..3c5294e 100644 --- a/mindbox/pubspec.yaml +++ b/mindbox/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox description: Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK. -version: 2.13.0 +version: 2.13.1 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox documentation: https://developers.mindbox.ru/docs/flutter-sdk-integration @@ -20,9 +20,9 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_android: ^2.13.0 - mindbox_ios: ^2.13.0 - mindbox_platform_interface: ^2.13.0 + mindbox_android: ^2.13.1 + mindbox_ios: ^2.13.1 + mindbox_platform_interface: ^2.13.1 dev_dependencies: flutter_test: diff --git a/mindbox_android/CHANGELOG.md b/mindbox_android/CHANGELOG.md index 97df078..c356f18 100644 --- a/mindbox_android/CHANGELOG.md +++ b/mindbox_android/CHANGELOG.md @@ -1,3 +1,7 @@ +-e ## 2.13.1 + +* Upgrade native Android SDK dependency to v2.13.0. + ## 2.13.0 * Upgrade native Android SDK dependency to v2.13.0. diff --git a/mindbox_android/pubspec.yaml b/mindbox_android/pubspec.yaml index 8747887..471d5f7 100644 --- a/mindbox_android/pubspec.yaml +++ b/mindbox_android/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox_android description: The implementation of 'mindbox' plugin for the Android platform. -version: 2.13.0 +version: 2.13.1 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_android @@ -19,7 +19,7 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_platform_interface: ^2.13.0 + mindbox_platform_interface: ^2.13.1 dev_dependencies: flutter_test: diff --git a/mindbox_ios/CHANGELOG.md b/mindbox_ios/CHANGELOG.md index 952cfa6..a95726f 100644 --- a/mindbox_ios/CHANGELOG.md +++ b/mindbox_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +-e ## 2.13.1 + +* Upgrade native iOS SDK dependency to v2.13.1. + ## 2.13.0 * Upgrade native iOS SDK dependency to v2.13.0. diff --git a/mindbox_ios/ios/mindbox_ios.podspec b/mindbox_ios/ios/mindbox_ios.podspec index db3ca9d..06ebd20 100644 --- a/mindbox_ios/ios/mindbox_ios.podspec +++ b/mindbox_ios/ios/mindbox_ios.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mindbox_ios' - s.version = '2.13.0' + s.version = '2.13.1' s.summary = 'Mindbox Flutter SDK' s.description = <<-DESC The implementation of 'mindbox' plugin for the iOS platform @@ -15,8 +15,8 @@ The implementation of 'mindbox' plugin for the iOS platform s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'Mindbox', '2.13.0' - s.dependency 'MindboxNotifications', '2.13.0' + s.dependency 'Mindbox', '2.13.1' + s.dependency 'MindboxNotifications', '2.13.1' s.platform = :ios, '12.0' # Flutter.framework does not contain a i386 slice. diff --git a/mindbox_ios/pubspec.yaml b/mindbox_ios/pubspec.yaml index c9a28ac..a10b390 100644 --- a/mindbox_ios/pubspec.yaml +++ b/mindbox_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox_ios description: The implementation of 'mindbox' plugin for the iOS platform. -version: 2.13.0 +version: 2.13.1 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_ios @@ -18,7 +18,7 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_platform_interface: ^2.13.0 + mindbox_platform_interface: ^2.13.1 dev_dependencies: flutter_test: diff --git a/mindbox_platform_interface/CHANGELOG.md b/mindbox_platform_interface/CHANGELOG.md index eb04114..91975a5 100644 --- a/mindbox_platform_interface/CHANGELOG.md +++ b/mindbox_platform_interface/CHANGELOG.md @@ -1,3 +1,8 @@ +-e ## 2.13.1 + +* Upgrade native Android SDK dependency to v2.13.0. +* Upgrade native iOS SDK dependency to v2.13.1. + ## 2.13.0 * Upgrade native Android SDK dependency to v2.13.0. diff --git a/mindbox_platform_interface/pubspec.yaml b/mindbox_platform_interface/pubspec.yaml index 41e8d86..de20b0f 100644 --- a/mindbox_platform_interface/pubspec.yaml +++ b/mindbox_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox_platform_interface description: Mindbox platform interface. -version: 2.13.0 +version: 2.13.1 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_platform_interface