From 0fbe741d6ba78cc03e3f3d07e3d79aec102dc955 Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Thu, 17 Aug 2017 19:42:29 +0200 Subject: [PATCH] :gem: Pump version. --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 43638ed3e..769bbd156 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile 'com.facebook.react:react-native:0.20.+' - compile 'com.instabug.library:instabug:4+' + compile 'com.instabug.library:instabug:4.2.9' } diff --git a/package.json b/package.json index a0f30d03c..77b73f32c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instabug-reactnative", - "version": "1.2.1", + "version": "1.2.2", "description": "React Native plugin for integrating the Instabug SDK", "main": "index.js", "repository": {