Skip to content

Commit

Permalink
Bump to 0.5.2 so that version reports version correctly....
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed Jan 9, 2024
1 parent c4b230b commit 4291ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Make sure to check out the ${chalk.yellow("guides")}:
https://github.com/mdgriffith/elm-codegen#check-out-the-guide
`

program.version("0.5.0").name("elm-codegen").addHelpText("before", helpText)
program.version("0.5.2").name("elm-codegen").addHelpText("before", helpText)

program
.command("init")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-codegen",
"version": "0.5.1",
"version": "0.5.2",
"description": "Codegen for Elm",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4291ffe

Please sign in to comment.