From 399589f63c628471fe8657d17ac288f2bd818bb4 Mon Sep 17 00:00:00 2001 From: Raul Gomez Acuna Date: Fri, 22 Jun 2018 10:17:51 +0200 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9640e0f8..2ccfc8c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-offline", - "version": "3.10.0", + "version": "3.11.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/rgommezz)",