Skip to content

Commit 28d8303

Browse files
authored
💎 Bump version to v8.7.0
* Bumping native SDKs to v8.7 * updates changelog * 💎 Bump version to v8.7.0 * ci
1 parent ffc9864 commit 28d8303

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- run: bundle check || sudo bundle install
7171
- run: bundle exec danger
7272
- run: flutter doctor
73-
- run: pub get
73+
- run: flutter packages get
7474
- run: flutter test --coverage
7575
- run: bash <(curl -s https://codecov.io/bash)
7676
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 8.7.0 (2019-11-11)
2+
3+
* Updates native SDK dependencies to 8.7
4+
15
## Version 8.6.4 (2019-09-16)
26

37
* Updates native SDK dependencies to 8.6.3

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ android {
3434
}
3535

3636
dependencies {
37-
implementation 'com.instabug.library:instabug:8.6.3.1'
37+
implementation 'com.instabug.library:instabug:8.7.2.1'
3838
testImplementation 'junit:junit:4.12'
3939
}

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'Instabug', '8.6.3'
18+
s.dependency 'Instabug', '8.7.3'
1919

2020
s.ios.deployment_target = '10.0'
2121
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}

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: 8.6.4
2+
version: 8.7.0
33
description: >-
44
Instabug is an in-app feedback and bug reporting tool for mobile apps.
55
With just a simple shake, your users or beta testers can report bugs or

0 commit comments

Comments
 (0)