Skip to content

Commit 9a64d03

Browse files
committed
Bump version
1 parent 0edf281 commit 9a64d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-rest-api",
3-
"version": "1.0.8",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/InseeFrLab/todo-rest-api.git"

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ app.use("*", cors());
280280
app.doc('/doc', {
281281
openapi: '3.0.0',
282282
info: {
283-
version: "1.0.8",
283+
version: "2.0.0",
284284
title: 'My API',
285285
},
286286
});

0 commit comments

Comments
 (0)