Skip to content

Commit 05daecf

Browse files
committed
0.1.4
1 parent e9f10cf commit 05daecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dooboo",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Expo and expo router starter kit maintained by dooboolab.",
55
"bin": {
66
"dooboo": "lib/bin/root.js"

utils/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const exitIfNotDoobooRepo = async (): Promise<void> => {
5858
if (!exists) {
5959
shelljs.echo(
6060
chalk.redBright(
61-
'\nproject is not compatible with dooboo-cli v5. Are you sure you are in correct dir?',
61+
'\nproject is not compatible with dooboo-cli. Are you sure you are in correct dir?',
6262
),
6363
);
6464

0 commit comments

Comments
 (0)