We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a206888 commit e8b7232Copy full SHA for e8b7232
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "todo-rest-api",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"repository": {
5
"type": "git",
6
"url": "git://github.com/InseeFrLab/todo-rest-api.git"
src/main.ts
@@ -201,7 +201,7 @@ app.use("*", cors());
201
app.doc('/doc', {
202
openapi: '3.0.0',
203
info: {
204
- version: "1.0.7",
+ version: "1.0.8",
205
title: 'My API',
206
},
207
});
0 commit comments