From 1c5877aaa9a64722adf4a173ba16ec7f641f7ed3 Mon Sep 17 00:00:00 2001 From: Raul Gomez Acuna Date: Mon, 31 Jul 2017 23:21:21 +0200 Subject: [PATCH] Version bump --- circle.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 9bd047c8..2bd2f175 100644 --- a/circle.yml +++ b/circle.yml @@ -11,4 +11,5 @@ dependencies: - yarn install test: override: - - yarn run test + - yarn run flow + - yarn run jest:coverage diff --git a/package.json b/package.json index 5ae78325..c97eff1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-offline", - "version": "3.0.1", + "version": "3.1.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)",