From 985837d333fbab8a78da36ec94f7eaafed86fb4f Mon Sep 17 00:00:00 2001 From: Raul Gomez Acuna Date: Sat, 27 May 2017 17:51:54 +0200 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b83398d..5f52eb37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-offline-utils", - "version": "1.0.0", + "version": "2.0.0", "description": "Utility functions for dealing with offline mode in React Native", "main": "./src/index.js", "author": "Raul Gomez Acuña (https://github.com/rauliyohmc)",