From 8ac44e6bf8cb89c3e6f974bf588ccf158145a567 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Tue, 21 May 2019 23:50:35 +0200 Subject: [PATCH] Release 3.4.2 --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 689f8020..4ac3ed79 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-navigation/core", - "version": "3.4.1", + "version": "3.4.2", "description": "Core utilities for the react-navigation framework", "main": "lib/commonjs/index.js", "react-native": "lib/module/index.js",