diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1ce6718..cebed1910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v12.7.0...dev) +## [13.0.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.7.0...dev) (April 29, 2024) ### Added diff --git a/android/build.gradle b/android/build.gradle index 6587271de..9afbfed05 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.instabug.flutter' -version '12.7.0' +version '13.0.0' buildscript { repositories { diff --git a/e2e/Utils/CaptainTest.cs b/e2e/Utils/CaptainTest.cs index 6592dceca..dbab7e912 100644 --- a/e2e/Utils/CaptainTest.cs +++ b/e2e/Utils/CaptainTest.cs @@ -9,7 +9,7 @@ public class CaptainTest : IDisposable { AndroidApp = Path.GetFullPath("../../../../example/build/app/outputs/flutter-apk/app-debug.apk"), AndroidAppId = "com.instabug.flutter.example", - AndroidVersion = "14", + AndroidVersion = "13", IosApp = Path.GetFullPath("../../../../example/build/ios/iphonesimulator/Runner.app"), IosAppId = "com.instabug.InstabugSample", IosVersion = "17.2", diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index abac8f8a3..4a9cac97e 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - Flutter (1.0.0) - Instabug (13.0.0) - - instabug_flutter (12.7.0): + - instabug_flutter (13.0.0): - Flutter - Instabug (= 13.0.0) - OCMock (3.6) @@ -25,9 +25,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2 - instabug_flutter: c8293ec7ad7ffe049c743a0057601838b8af505d + instabug_flutter: b80c4b8748d1da660a8f0cc0b2e5f4375898761c OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 -PODFILE CHECKSUM: 4de1907d67185ba01b9d9c952bfb1b2c3b10d282 +PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c COCOAPODS: 1.13.0 diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 4cecf2e83..2f54e05da 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 = '12.7.0' + s.version = '13.0.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 6bdcc3e1b..db1b25f92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: instabug_flutter -version: 12.7.0 +version: 13.0.0 description: >- Instabug empowers mobile teams to monitor, prioritize, and debug performance and stability issues throughout the app development lifecycle.