From 3edf0ebb81cffaffeb61d6d2c447cc5d755f340e Mon Sep 17 00:00:00 2001 From: "satyajit.happy" Date: Tue, 23 Apr 2019 20:10:26 +0200 Subject: [PATCH] chore: release 3.4.0 --- 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 b24d32c9..d61a50fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-navigation/core", - "version": "3.3.1", + "version": "3.4.0", "description": "Core utilities for the react-navigation framework", "main": "lib/commonjs/index.js", "react-native": "src/index.js",