Skip to content

Commit

Permalink
Merge pull request #49 from k-tomoyasu/version_up_0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tomoyasu authored Nov 29, 2021
2 parents 9e2ba06 + 6d33c2f commit 95a75d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-oss-license",
"version": "0.4.2",
"version": "0.5.0",
"description": "License list generator for react-native app",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/LicenseCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class LicenseCommand {
'unique id of your app. It is used for output such as "plist" filename, etc.',
null
)
.version('0.0.1', '--version', 'show current version')
.version('0.5.0', '--version', 'show current version')
}

parse(args: string[]): CmdOption {
Expand Down

0 comments on commit 95a75d3

Please sign in to comment.