Skip to content

Commit dd69dcc

Browse files
Merge pull request #597 from Instabug/release/androidv15.0.2
Release: v15.0.2
1 parent 0072d5a commit dd69dcc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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-
## [15.0.2](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...15.0.1) (Jul 7, 2025)
3+
## [15.0.2](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...15.0.2) (Jul 7, 2025)
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 '15.0.1'
2+
version '15.0.2'
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 (15.1.1)
4-
- instabug_flutter (15.0.1):
4+
- instabug_flutter (15.0.2):
55
- Flutter
66
- Instabug (= 15.1.1)
77
- OCMock (3.6)
@@ -25,7 +25,7 @@ EXTERNAL SOURCES:
2525
SPEC CHECKSUMS:
2626
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2727
Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
28-
instabug_flutter: e4e366434313bab3a2db123c1501ca6247dc950b
28+
instabug_flutter: c5a8cb73d6c50dd193fc267b0b283087dc05c37a
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 4d0aaaf6a444f68024f992999ff2c2ee26baa6ec

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 = '15.0.1'
3+
s.version = '15.0.2'
44
s.summary = 'Flutter plugin for integrating the Instabug SDK.'
55
s.author = 'Instabug'
66
s.homepage = 'https://www.instabug.com/platforms/flutter'

0 commit comments

Comments
 (0)