From 4aae37f5cd6bdd13f90e43cae0f575ad2b033c06 Mon Sep 17 00:00:00 2001 From: Youssef Raafat Date: Thu, 8 Sep 2022 14:06:56 +0200 Subject: [PATCH] Bump version to 11.2.0 --- CHANGELOG.md | 2 +- android/build.gradle | 2 +- ios/instabug_flutter.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478992616..00c19f7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 11.2.0 (2022-09-08) * Bumps Instabug Android SDK to v11.4.1 * Bumps Instabug iOS SDK to v11.2.0 diff --git a/android/build.gradle b/android/build.gradle index 32d75c2bb..e6c0cbb5e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.instabug.flutter' -version '11.0.0' +version '11.2.0' buildscript { repositories { diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index e513b1996..da482cd2a 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'instabug_flutter' - s.version = '11.0.0' + s.version = '11.2.0' s.summary = 'Flutter plugin for integrating the Instabug SDK.' s.author = 'Instabug' s.homepage = 'https://www.instabug.com/platforms/flutter' diff --git a/pubspec.yaml b/pubspec.yaml index 9d78e6e96..51f9d40c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: instabug_flutter -version: 11.0.0 +version: 11.2.0 description: >- Instabug empowers mobile teams to monitor, prioritize, and debug performance and stability issues throughout the app development lifecycle.