Skip to content

Commit

Permalink
Release 9.1.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyezz authored Mar 19, 2020
1 parent 21f8e8d commit 8fc9f86
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
command: cd ..; flutter build aot
- run:
name: Install CocoaPods
command: pod install
command: pod install --repo-update
- run:
name: Build and run tests
command: xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=12.2' test | xcpretty
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v9.1.0 (2020-03-19)

* Bump Native SDKs to v9.1

## v9.0.6 (2020-01-29)

* Bump iOS Native SDK to v9.0.6
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ android {
}

dependencies {
implementation 'com.instabug.library:instabug:9.0.5.0'
implementation 'com.instabug.library:instabug:9.1.0.0'
testImplementation 'junit:junit:4.12'
}
2 changes: 1 addition & 1 deletion ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Instabug', '9.0.6'
s.dependency 'Instabug', '9.1'

s.ios.deployment_target = '10.0'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
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: 9.0.6
version: 9.1.0
description: >-
Instabug is an in-app feedback and bug reporting tool for mobile apps.
With just a simple shake, your users or beta testers can report bugs or
Expand Down

0 comments on commit 8fc9f86

Please sign in to comment.