Skip to content

Commit

Permalink
chore: version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Sep 2, 2023
1 parent c1f479a commit 3366d68
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": "up-d4te",
"version": "1.0.1",
"version": "1.0.2",
"description": "Recommend Dating Course in Korea with CLI",
"author": {
"name": "Sanghyeon Sim",
Expand Down
2 changes: 1 addition & 1 deletion source/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Register = ({setIsSelected, setSpaceStep}) => {
</Box>
{nextStepInfo === 2 ? (
<Box>
<Text color={theme.neonGreen}>Do you have a girlfriend? (y/n): </Text>
<Text color={theme.neonGreen}>Do you have a girlfriend / boyfriend? (y/n): </Text>
<TextInput value={girlfriend} onChange={setGirlfriend} />
</Box>
) : (
Expand Down

0 comments on commit 3366d68

Please sign in to comment.