Skip to content

Commit

Permalink
Merge pull request #284 from Instabug/Hotfix-8.3.1
Browse files Browse the repository at this point in the history
Hotfix 8.3.1
  • Loading branch information
alyezz authored May 9, 2019
2 parents cee5a8e + 6c9d554 commit 30a8e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from 'react-native';
let { Instabug } = NativeModules;
import IBGEventEmitter from './utils/IBGEventEmitter';
import InstabugUtils from './utils/InstabugUtils';
import { captureJsErrors } from './utils/InstabugUtils';
import InstabugConstants from './utils/InstabugConstants';
import Report from './models/Report';
import BugReporting from './modules/BugReporting';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
"version": "8.3.0",
"version": "8.3.1",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 30a8e4e

Please sign in to comment.