diff --git a/index.js b/index.js index 7295040..14ab2ee 100644 --- a/index.js +++ b/index.js @@ -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); diff --git a/package.json b/package.json index 4007e52..c27ba94 100644 --- a/package.json +++ b/package.json @@ -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",