Skip to content

Commit 3917116

Browse files
fix: update version number to 1.1.4 in package.json and package-lock.json
1 parent cfb0608 commit 3917116

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Run `exp` in your terminal. The interactive CLI (powered by `@clack/prompts`) wi
3535
- **Project Name:** Enter your project folder name (e.g., `my-api`).
3636
- **Language:** Choose between **TypeScript** (Recommended) or **JavaScript**.
3737
- **Database:** Select your preferred database.
38-
- _Currently Supported:_ **MongoDB** (via Mongoose) and **PostgreSQL** (only for JavaScript projects).
39-
- _Coming Soon:_ MySQL, PostgreSQL (Prisma), and SQLite.
38+
- _Currently Supported:_ **MongoDB** (via Mongoose) and **PostgreSQL** (only for JavaScript projects).
39+
- _Coming Soon:_ MySQL, PostgreSQL (Prisma), and SQLite.
4040
- **Install Dependencies:** Choose `Yes` to let the CLI run `npm install` for you automatically.
4141

4242
### 2. Navigate and Run

package-lock.json

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@madhusha_99/exp-gen",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "This is a very simple and small generator for creating Express.js projects with TypeScript or Javascript. You can use it to quickly start a new API project.",
55
"main": "bin/script.ts",
66
"bin": {

0 commit comments

Comments
 (0)