Set package version (+openapi version)
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

ref #47
This commit is contained in:
Nicolai Ort 2020-12-23 18:00:53 +01:00
parent d3760f7b80
commit c93e93be31
3 changed files with 3 additions and 3 deletions

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",
}, },
} }
); );