Set package version (+openapi version)
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

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",
"version": "1.0.0",
"version": "0.0.5",
"main": "src/app.ts",
"repository": "https://git.odit.services/lfk/backend",
"author": {

View File

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

View File

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