Skip to content

Commit 3269fd4

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
release: 12.5.0 (#427)
Jira ID: MOB-13534
1 parent 4e3a179 commit 3269fd4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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-Flutter/compare/v12.4.0...dev)
3+
## [12.5.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.4.0...v12.5.0) (January 07 , 2024)
44

55
### Changed
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.4.0'
2+
version '12.5.0'
33

44
buildscript {
55
repositories {

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Flutter (1.0.0)
33
- Instabug (12.5.0)
4-
- instabug_flutter (12.4.0):
4+
- instabug_flutter (12.5.0):
55
- Flutter
66
- Instabug (= 12.5.0)
77
- OCMock (3.6)
@@ -25,7 +25,7 @@ EXTERNAL SOURCES:
2525
SPEC CHECKSUMS:
2626
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
2727
Instabug: 7c7421ae87838010b47a60d9b56378be2482ab64
28-
instabug_flutter: b476a6fc0bb2cfb9cf89edae17ad67270be75af5
28+
instabug_flutter: 6616282da25073d743a4bb549a7b36ac60304fff
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ packages:
9191
path: ".."
9292
relative: true
9393
source: path
94-
version: "12.2.0"
94+
version: "12.5.0"
9595
matcher:
9696
dependency: transitive
9797
description:

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.4.0'
3+
s.version = '12.5.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.4.0
2+
version: 12.5.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)