Skip to content

Commit

Permalink
Release: 13.0.0 (#462)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ahmedAlaaInstabug and a7medev authored Apr 29, 2024
1 parent d556899 commit aaca54e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.instabug.flutter'
version '12.7.0'
version '13.0.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion e2e/Utils/CaptainTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
2 changes: 1 addition & 1 deletion ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit aaca54e

Please sign in to comment.