Skip to content

Commit 8fc9f86

Browse files
authored
Release 9.1.0 (#117)
1 parent 21f8e8d commit 8fc9f86

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
@@ -105,7 +105,7 @@ jobs:
105105
command: cd ..; flutter build aot
106106
- run:
107107
name: Install CocoaPods
108-
command: pod install
108+
command: pod install --repo-update
109109
- run:
110110
name: Build and run tests
111111
command: xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=12.2' test | xcpretty

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v9.1.0 (2020-03-19)
2+
3+
* Bump Native SDKs to v9.1
4+
15
## v9.0.6 (2020-01-29)
26

37
* Bump iOS Native SDK to v9.0.6

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:9.0.5.0'
37+
implementation 'com.instabug.library:instabug:9.1.0.0'
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', '9.0.6'
18+
s.dependency 'Instabug', '9.1'
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: 9.0.6
2+
version: 9.1.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)