Skip to content

Commit ed99868

Browse files
Merge pull request #628 from Instabug/release/v15.0.3
Release: v15.0.3
1 parent dc0cba0 commit ed99868

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ commands:
3838
steps:
3939
- run:
4040
name: Install Appium
41-
command: npm install -g appium
41+
command: npm install -g appium@2.19.0
4242
- when:
4343
condition:
4444
equal:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [15.0.3](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...15.0.2) (Aug 22, 2025)
4+
5+
- Bump Instabug iOS SDK to v15.1.2 ([#628](https://github.com/Instabug/Instabug-Flutter/pull/628)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/15.1.2).
6+
37
## [15.0.2](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...15.0.2) (Jul 7, 2025)
48

59
### Added

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 '15.0.2'
2+
version '15.0.3'
33

44
buildscript {
55
repositories {

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Instabug (15.1.1)
4-
- instabug_flutter (15.0.2):
3+
- Instabug (15.1.2)
4+
- instabug_flutter (15.0.3):
55
- Flutter
6-
- Instabug (= 15.1.1)
6+
- Instabug (= 15.1.2)
77
- OCMock (3.6)
88

99
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424

2525
SPEC CHECKSUMS:
2626
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
27-
Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
28-
instabug_flutter: c5a8cb73d6c50dd193fc267b0b283087dc05c37a
27+
Instabug: af6e48d92b0552606c222d7e1dfcbec5deb01d38
28+
instabug_flutter: 0813c0519409e22ca3d4a11ffea36eb8ab78d929
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 4d0aaaf6a444f68024f992999ff2c2ee26baa6ec

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ packages:
107107
path: ".."
108108
relative: true
109109
source: path
110-
version: "15.0.2"
110+
version: "15.0.3"
111111
instabug_http_client:
112112
dependency: "direct main"
113113
description:

ios/instabug_flutter.podspec

Lines changed: 2 additions & 2 deletions
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 = '15.0.2'
3+
s.version = '15.0.3'
44
s.summary = 'Flutter plugin for integrating the Instabug SDK.'
55
s.author = 'Instabug'
66
s.homepage = 'https://www.instabug.com/platforms/flutter'
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "InstabugSDK"'}
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'Instabug', '15.1.1'
20+
s.dependency 'Instabug', '15.1.2'
2121
end
2222

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: 15.0.2
2+
version: 15.0.3
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)