diff --git a/package.json b/package.json index f51d991..d611882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-create-library", - "version": "2.0.0", + "version": "3.0.0", "description": "Tool to create a React Native library with a single command", "bin": "cli.js", "main": "lib.js", @@ -55,4 +55,4 @@ "rnpm": { "plugin": "./command.js" } -} \ No newline at end of file +}