From a505bb6ab18395c7b8d181f435d5b2157cc0e6fe Mon Sep 17 00:00:00 2001 From: k-tomoyasu Date: Sun, 2 Oct 2022 20:37:15 +0900 Subject: [PATCH 1/2] version up 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From b966a1e63f8b8619cdacbefbd201b07b1972c57d Mon Sep 17 00:00:00 2001 From: k-tomoyasu Date: Sun, 2 Oct 2022 20:39:55 +0900 Subject: [PATCH 2/2] version update in cli --- src/cmd/LicenseCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {