Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jun 29, 2023
1 parent e9f10cf commit 05daecf
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": "dooboo",
"version": "0.1.3",
"version": "0.1.4",
"description": "Expo and expo router starter kit maintained by dooboolab.",
"bin": {
"dooboo": "lib/bin/root.js"
Expand Down
2 changes: 1 addition & 1 deletion utils/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const exitIfNotDoobooRepo = async (): Promise<void> => {
if (!exists) {
shelljs.echo(
chalk.redBright(
'\nproject is not compatible with dooboo-cli v5. Are you sure you are in correct dir?',
'\nproject is not compatible with dooboo-cli. Are you sure you are in correct dir?',
),
);

Expand Down

0 comments on commit 05daecf

Please sign in to comment.