diff --git a/README.md b/README.md index 3197f45..b696fed 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ $ docker-compose up -d ## Stay in touch -- Author - [Edgar Sargsyan](https://github.com/cyber-eternal) +- Author - [Cyber-Eternal](https://github.com/cyber-eternal) - Website - [https://cyber-eternal.github.io/](https://cyber-eternal.github.io/) ## License diff --git a/migrations/example.ts b/migrations/blank.ts similarity index 100% rename from migrations/example.ts rename to migrations/blank.ts diff --git a/package.json b/package.json index e17c833..7ba0203 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "nestjs-template", - "version": "0.0.1", + "version": "1.0.0", "description": "Nest.js based template", - "author": "Edgar Sargsyan", + "author": "cyber-eternal", "license": "MIT", "scripts": { "build": "tsc -p tsconfig.build.json",