Skip to content

Commit

Permalink
release: 12.4.0 (#422)
Browse files Browse the repository at this point in the history
Jira ID: MOB-13351
  • Loading branch information
abdelhamid-f-nasser authored and HeshamMegid committed Dec 14, 2023
1 parent d28bfbd commit 31bd473
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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-Flutter/compare/v12.2.0...dev)
## [12.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.2.0...12.4.0) (December 13, 2023)

### Changed

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.2.0'
version '12.4.0'

buildscript {
repositories {
Expand Down
4 changes: 2 additions & 2 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 (12.4.0)
- instabug_flutter (12.2.0):
- instabug_flutter (12.4.0):
- Flutter
- Instabug (= 12.4.0)
- OCMock (3.6)
Expand All @@ -25,7 +25,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Instabug: 83bde9d7d4b582ea8f14935f79f1ce39af55e149
instabug_flutter: 155ef8b51321fb7d5aa1f6400a5c829042ba998a
instabug_flutter: 909ae8f00821f97e91dd3792c3cdc45965025df5
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992

PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
Expand Down
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.2.0'
s.version = '12.4.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.2.0
version: 12.4.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 31bd473

Please sign in to comment.