diff --git a/mindbox/CHANGELOG.md b/mindbox/CHANGELOG.md index dd6b3b2..81b0ce9 100644 --- a/mindbox/CHANGELOG.md +++ b/mindbox/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.13.4 + +* Upgrade native Android SDK dependency to v2.13.4. +* Upgrade native iOS SDK dependency to v2.13.4. + ## 2.13.2-rc * Upgrade native Android SDK dependency to v2.13.2-rc. diff --git a/mindbox/pubspec.yaml b/mindbox/pubspec.yaml index 9d3eb21..390d63f 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.2-rc +version: 2.13.4 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.2-rc - mindbox_ios: ^2.13.2-rc - mindbox_platform_interface: ^2.13.2-rc + mindbox_android: ^2.13.4 + mindbox_ios: ^2.13.4 + mindbox_platform_interface: ^2.13.4 dev_dependencies: flutter_test: diff --git a/mindbox_android/CHANGELOG.md b/mindbox_android/CHANGELOG.md index 21f7a99..4fd70a3 100644 --- a/mindbox_android/CHANGELOG.md +++ b/mindbox_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.13.4 + +* Upgrade native Android SDK dependency to v2.13.4. + ## 2.13.2-rc * Upgrade native Android SDK dependency to v2.13.2-rc. diff --git a/mindbox_android/android/build.gradle b/mindbox_android/android/build.gradle index a562475..2617a13 100644 --- a/mindbox_android/android/build.gradle +++ b/mindbox_android/android/build.gradle @@ -50,5 +50,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - api 'cloud.mindbox:mobile-sdk:2.13.2-rc' + api 'cloud.mindbox:mobile-sdk:2.13.4' } diff --git a/mindbox_android/pubspec.yaml b/mindbox_android/pubspec.yaml index fd2c637..c9bfb4b 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.2-rc +version: 2.13.4 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.2-rc + mindbox_platform_interface: ^2.13.4 dev_dependencies: flutter_test: diff --git a/mindbox_ios/CHANGELOG.md b/mindbox_ios/CHANGELOG.md index 357f44f..6fabae6 100644 --- a/mindbox_ios/CHANGELOG.md +++ b/mindbox_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.13.4 + +* Upgrade native iOS SDK dependency to v2.13.4. + ## 2.13.2-rc * Upgrade native iOS SDK dependency to v2.13.2-rc. diff --git a/mindbox_ios/ios/mindbox_ios.podspec b/mindbox_ios/ios/mindbox_ios.podspec index 04e9b37..6ad908e 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.2-rc' + s.version = '2.13.4' 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.2-rc' - s.dependency 'MindboxNotifications', '2.13.2-rc' + s.dependency 'Mindbox', '2.13.4' + s.dependency 'MindboxNotifications', '2.13.4' 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 b31cfc0..348f4bf 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.2-rc +version: 2.13.4 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.2-rc + mindbox_platform_interface: ^2.13.4 dev_dependencies: flutter_test: diff --git a/mindbox_platform_interface/CHANGELOG.md b/mindbox_platform_interface/CHANGELOG.md index bb31a2e..2303b5a 100644 --- a/mindbox_platform_interface/CHANGELOG.md +++ b/mindbox_platform_interface/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.13.4 + +* Upgrade native Android SDK dependency to v2.13.4. +* Upgrade native iOS SDK dependency to v2.13.4. + ## 2.13.2-rc * Upgrade native Android SDK dependency to v2.13.2-rc. diff --git a/mindbox_platform_interface/pubspec.yaml b/mindbox_platform_interface/pubspec.yaml index c96ceab..20ec0c8 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.2-rc +version: 2.13.4 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_platform_interface