From e76a721eaae062d48c6dbafac2c9c41b0f5e0d7d Mon Sep 17 00:00:00 2001 From: "satyajit.happy" Date: Thu, 25 Apr 2019 10:55:30 +0200 Subject: [PATCH] chore: release 3.4.1 --- 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 770b198c..689f8020 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-navigation/core", - "version": "3.4.0", + "version": "3.4.1", "description": "Core utilities for the react-navigation framework", "main": "lib/commonjs/index.js", "react-native": "lib/module/index.js",