Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit c93e93be31 - Show all commits

View File

@ -1,6 +1,6 @@
{ {
"name": "@odit/lfk-backend", "name": "@odit/lfk-backend",
"version": "1.0.0", "version": "0.0.5",
"main": "src/app.ts", "main": "src/app.ts",
"repository": "https://git.odit.services/lfk/backend", "repository": "https://git.odit.services/lfk/backend",
"author": { "author": {

View File

@ -41,7 +41,7 @@ export default async (app: Application) => {
info: { info: {
description: "The the backend API for the LfK! runner system.", description: "The the backend API for the LfK! runner system.",
title: "LfK! Backend API", title: "LfK! Backend API",
version: "1.0.0", version: "0.0.5",
}, },
} }
); );

View File

@ -50,7 +50,7 @@ const spec = routingControllersToSpec(
info: { info: {
description: "The the backend API for the LfK! runner system.", description: "The the backend API for the LfK! runner system.",
title: "LfK! Backend API", title: "LfK! Backend API",
version: "1.0.0", version: "0.0.5",
}, },
} }
); );