Skip to content

Commit 4927333

Browse files
authored
NOISSUE - Update SMQ version in docs (#3072)
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
1 parent 5acc8f9 commit 4927333

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

apidocs/asyncapi/mqtt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asyncapi: '2.6.0'
55
id: 'https://github.com/absmach/supermq/blob/main/api/asyncapi/mqtt.yaml'
66
info:
77
title: SuperMQ MQTT Adapter
8-
version: '1.0.0'
8+
version: '0.18.0'
99
contact:
1010
name: SuperMQ Team
1111
url: 'https://github.com/absmach/supermq'

apidocs/asyncapi/websocket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ id: 'https://github.com/absmach/supermq/blob/main/api/asyncapi/websocket.yaml'
66
info:
77
title: SuperMQ WebSocket adapter
88
description: WebSocket adapter provides a WebSocket API for sending messages through communication channels. WebSocket adapter uses [mProxy](https://github.com/absmach/mproxy) for proxying traffic between client and MQTT broker.
9-
version: '1.0.0'
9+
version: '0.18.0'
1010
contact:
1111
name: SuperMQ Team
1212
url: 'https://github.com/absmach/supermq'

apidocs/openapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This folder contains an OpenAPI specifications for SuperMQ API.
44

5-
View specification in Swagger UI at [docs.api.magistrala.abstractmachines.fr](https://docs.api.supermq.abstractmachines.fr)
5+
View specification in Swagger UI at [docs.api.supermq.abstractmachines.fr](https://docs.api.supermq.abstractmachines.fr)

apidocs/openapi/auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://github.com/absmach/supermq/blob/main/LICENSE
16-
version: 0.15.1
16+
version: 0.18.0
1717

1818
servers:
1919
- url: http://localhost:9001

apidocs/openapi/certs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://github.com/absmach/supermq/blob/main/LICENSE
16-
version: 0.15.1
16+
version: 0.18.0
1717

1818
servers:
1919
- url: http://localhost:9019

apidocs/openapi/channels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://github.com/absmach/supermq/blob/main/LICENSE
16-
version: 0.15.1
16+
version: 0.18.0
1717

1818
servers:
1919
- url: http://localhost:9005

apidocs/openapi/clients.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://github.com/absmach/supermq/blob/main/LICENSE
16-
version: 0.15.1
16+
version: 0.18.0
1717

1818
servers:
1919
- url: http://localhost:9006

apidocs/openapi/domains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://github.com/absmach/supermq/blob/main/LICENSE
16-
version: 0.15.1
16+
version: 0.18.0
1717

1818
servers:
1919
- url: http://localhost:9003

apidocs/openapi/groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://github.com/absmach/supermq/blob/main/LICENSE
16-
version: 0.15.1
16+
version: 0.18.0
1717

1818
servers:
1919
- url: http://localhost:9004

apidocs/openapi/http.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: Apache 2.0
1515
url: https://github.com/absmach/supermq/blob/main/LICENSE
16-
version: 0.15.1
16+
version: 0.18.0
1717

1818
servers:
1919
- url: http://localhost:8008

0 commit comments

Comments
 (0)