Skip to content

Commit 6529c27

Browse files
committed
Fix version numbers
1 parent de4a0c0 commit 6529c27

7 files changed

+7
-7
lines changed

base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 0.1.0
44
title: Monki Projects API
55
servers:
66
- description: Monki Projects' API v1 (production)

specs/auth-api-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 0.1.0
44
title: Monki Projects' Auth API
55
servers:
66
- description: Monki Projects' Auth API v1 (production)

specs/monki-projects-api-v1-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 0.1.0
44
title: Monki Projects API
55
servers:
66
- description: Monki Projects' API v1 (production)

specs/monki-projects-api-v1-deref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.0",
4+
"version": "0.1.0",
55
"title": "Monki Projects API"
66
},
77
"servers": [

specs/monki-projects-api-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 0.1.0
44
title: Monki Projects API
55
servers:
66
- description: Monki Projects' API v1 (production)

specs/placemarks-api-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 0.1.0
44
title: Monki Projects' Placemarks API
55
servers:
66
- description: Monki Projects' Placemarks API v1 (production)

specs/users-api-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 0.1.0
44
title: Monki Projects' Users API
55
servers:
66
- description: Monki Projects' Users API v1 (production)

0 commit comments

Comments
 (0)