From d55981244b03a41964d4df5420c4bd4729de69c8 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Tue, 25 Feb 2020 23:21:27 -0500 Subject: [PATCH] create-react-native-module 0.14.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99776499..7d4e0b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-react-native-module", - "version": "0.14.1-dev", + "version": "0.14.1", "description": "Tool to create a React Native library module or view module with a single command", "bin": "bin/cli.js", "main": "lib/lib.js",