Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 1, 2024
1 parent fb22cb0 commit 46104ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polar-init",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",
"bin": "bin/cli.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions src/prompts/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const productPrompt = async () => {
name: "recurringInterval",
message: "Recurring Interval",
choices: [
{ title: "Monthly", value: "monthly" },
{ title: "Yearly", value: "yearly" },
{ title: "Monthly", value: "month" },
{ title: "Yearly", value: "year" },
],
},
{
Expand Down

0 comments on commit 46104ee

Please sign in to comment.