From b2f2e0d69d9fce7092ea94304d8feb80c8061302 Mon Sep 17 00:00:00 2001 From: Krzysztof Magiera Date: Thu, 22 Aug 2019 10:32:20 +0200 Subject: [PATCH] Bump version -> 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42c8900efb..df14575e50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gesture-handler", - "version": "1.3.0", + "version": "1.4.0", "description": "Experimental implementation of a new declarative API for gesture handling in react-native", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",