Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsuzair committed Mar 6, 2023
1 parent e3dd5de commit 0e3530d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const currentPath = process.cwd();
const projectPath = path.join(currentPath, projectName);
const git_repo = "git@github.com:heyitsuzair/express-js-boilerplate.git";

console.log(chalk.bgBlue(`new-express-app 1.0.0 by Muhammad Uzair`));
console.log(chalk.bgBlue(`new-express-app 1.0.1 by Muhammad Uzair`));

try {
fs.mkdirSync(projectPath);
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": "@heyitsuzair/express-setup",
"version": "1.0.0",
"version": "1.0.1",
"description": "💻 A CLI To Setup Express/Nodejs Server",
"main": "index.js",
"repository": "git@github.com:heyitsuzair/@heyitsuzair/express-setup.git",
Expand Down

0 comments on commit 0e3530d

Please sign in to comment.