From 69ca6a22761e219f7311192c6960217e2a0810f8 Mon Sep 17 00:00:00 2001 From: Raul Gomez Acuna Date: Thu, 11 Jan 2018 13:13:29 +0100 Subject: [PATCH] Version bump --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8b4a82a..35571048 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ yarn add react-native-offline ### RN <= v0.47 ``` -$ yarn add react-native-offline@3.2.0 +$ yarn add react-native-offline@3.6.0 ``` #### Android diff --git a/package.json b/package.json index abaf477a..839ebf3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-offline", - "version": "3.5.0", + "version": "3.7.0", "description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.", "main": "./src/index.js", "author": "Raul Gomez Acuña (https://github.com/rauliyohmc)",