Skip to content

Commit e8b7232

Browse files
committed
Bump version
1 parent a206888 commit e8b7232

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.7",
3+
"version": "1.0.8",
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
@@ -201,7 +201,7 @@ app.use("*", cors());
201201
app.doc('/doc', {
202202
openapi: '3.0.0',
203203
info: {
204-
version: "1.0.7",
204+
version: "1.0.8",
205205
title: 'My API',
206206
},
207207
});

0 commit comments

Comments
 (0)