diff --git a/package.json b/package.json index 6e2cfea..6029d15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-oss-license", - "version": "0.6.0", + "version": "0.7.0", "description": "License list generator for react-native app", "main": "index.js", "scripts": { diff --git a/src/cmd/LicenseCommand.ts b/src/cmd/LicenseCommand.ts index b49ba9d..d313684 100644 --- a/src/cmd/LicenseCommand.ts +++ b/src/cmd/LicenseCommand.ts @@ -33,7 +33,7 @@ export default class LicenseCommand { 'whether AboutLibraries android plugin is used on native side as well', false ) - .version('0.6.0', '--version', 'show current version') + .version('0.7.0', '--version', 'show current version') } parse(args: string[]): CmdOption {