We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edf281 commit 9a64d03Copy full SHA for 9a64d03
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "todo-rest-api",
3
- "version": "1.0.8",
+ "version": "2.0.0",
4
"repository": {
5
"type": "git",
6
"url": "git://github.com/InseeFrLab/todo-rest-api.git"
src/main.ts
@@ -280,7 +280,7 @@ app.use("*", cors());
280
app.doc('/doc', {
281
openapi: '3.0.0',
282
info: {
283
- version: "1.0.8",
+ version: "2.0.0",
284
title: 'My API',
285
},
286
});
0 commit comments