From cedebc48d072a42105768076faed4078765f7365 Mon Sep 17 00:00:00 2001 From: kfiroo Date: Fri, 20 Oct 2017 18:21:19 +0300 Subject: [PATCH] v1.4.2 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f34a89e..1f1989b 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "react-native-cached-image", - "version": "1.4.1", + "version": "1.4.2", "description": "CachedImage component for react-native", "main": "index.js", - "scripts": { "test": "./node_modules/.bin/jest" },