Skip to content

Commit

Permalink
💎Bump version to 8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
salmamali committed Mar 13, 2019
2 parents b84b88a + 4731fdf commit fcf39b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Surveys from './modules/Surveys';
import FeatureRequests from './modules/FeatureRequests';
import Chats from './modules/Chats';
import Replies from './modules/Replies';
import CrashReporting from './modules/CrashReporting';

InstabugUtils.captureJsErrors();

Expand Down Expand Up @@ -980,5 +981,6 @@ InstabugModule.Surveys = Surveys;
InstabugModule.FeatureRequests = FeatureRequests;
InstabugModule.Chats = Chats;
InstabugModule.Replies = Replies;
InstabugModule.CrashReporting = CrashReporting;

module.exports = InstabugModule;
2 changes: 1 addition & 1 deletion modules/CrashReporting.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NativeModules } from 'react-native';
import { NativeModules, Platform } from 'react-native';
import InstabugUtils from '../utils/InstabugUtils';
let { Instabug } = NativeModules;

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.1.2",
"version": "8.1.3",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit fcf39b0

Please sign in to comment.