Skip to content

Commit aaca54e

Browse files
Release: 13.0.0 (#462)
* release:v 13.0.0 * release:v 13.0.0 * release:v 13.0.0 * Update CHANGELOG.md Co-authored-by: Ahmed Mahmoud <[email protected]> --------- Co-authored-by: Ahmed Mahmoud <[email protected]>
1 parent d556899 commit aaca54e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v12.7.0...dev)
3+
## [13.0.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.7.0...dev) (April 29, 2024)
44

55
### Added
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.instabug.flutter'
2-
version '12.7.0'
2+
version '13.0.0'
33

44
buildscript {
55
repositories {

e2e/Utils/CaptainTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class CaptainTest : IDisposable
99
{
1010
AndroidApp = Path.GetFullPath("../../../../example/build/app/outputs/flutter-apk/app-debug.apk"),
1111
AndroidAppId = "com.instabug.flutter.example",
12-
AndroidVersion = "14",
12+
AndroidVersion = "13",
1313
IosApp = Path.GetFullPath("../../../../example/build/ios/iphonesimulator/Runner.app"),
1414
IosAppId = "com.instabug.InstabugSample",
1515
IosVersion = "17.2",

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Flutter (1.0.0)
33
- Instabug (13.0.0)
4-
- instabug_flutter (12.7.0):
4+
- instabug_flutter (13.0.0):
55
- Flutter
66
- Instabug (= 13.0.0)
77
- OCMock (3.6)
@@ -25,9 +25,9 @@ EXTERNAL SOURCES:
2525
SPEC CHECKSUMS:
2626
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2727
Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2
28-
instabug_flutter: c8293ec7ad7ffe049c743a0057601838b8af505d
28+
instabug_flutter: b80c4b8748d1da660a8f0cc0b2e5f4375898761c
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

31-
PODFILE CHECKSUM: 4de1907d67185ba01b9d9c952bfb1b2c3b10d282
31+
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
3232

3333
COCOAPODS: 1.13.0

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'instabug_flutter'
3-
s.version = '12.7.0'
3+
s.version = '13.0.0'
44
s.summary = 'Flutter plugin for integrating the Instabug SDK.'
55
s.author = 'Instabug'
66
s.homepage = 'https://www.instabug.com/platforms/flutter'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 12.7.0
2+
version: 13.0.0
33
description: >-
44
Instabug empowers mobile teams to monitor, prioritize, and debug
55
performance and stability issues throughout the app development lifecycle.

0 commit comments

Comments
 (0)