Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Change this if you want to use a different port.
APP_PORT=3001
# The version of the application
APP_VERSION=0.1.0+build.local
APP_VERSION=0.1.0-build.local

# Logging Settings
# LOGGING_LEVEL: The logging level for the application.
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-starter-infrastructure",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "AWS CDK infrastructure as code for the NestJS Starter application.",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-starter",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "A starter kit for NestJS application components.",
"author": "Matthew Warman",
"license": "MIT",
Expand Down