From 8a23e72d0ccdb8e779083c68b6856933421549f8 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Tue, 23 Jul 2019 08:05:53 -0400 Subject: [PATCH] create-react-native-module 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f8dfdfa..e26e6f85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-react-native-module", - "version": "0.7.0-dev", + "version": "0.7.0", "description": "Tool to create a React Native library module or view module with a single command", "bin": "cli.js", "main": "lib/lib.js",