From fe9c5ef69169180c1ce0487c11663d316afe52d6 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Fri, 19 Jul 2019 17:28:47 -0400 Subject: [PATCH] create-react-native-module 0.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9cb259d..2a36e3ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-react-native-module", - "version": "0.6.1-dev", + "version": "0.6.1", "description": "Tool to create a React Native library module or view module with a single command", "bin": "cli.js", "main": "lib/lib.js",