Skip to content

Commit

Permalink
Merge pull request #53 from k-tomoyasu/version_up_0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tomoyasu authored Dec 25, 2021
2 parents 4ec9855 + 3fb5107 commit 0fc48a8
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.5.0",
"version": "0.5.1",
"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.5.0', '--version', 'show current version')
.version('0.5.1', '--version', 'show current version')
}

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

0 comments on commit 0fc48a8

Please sign in to comment.