Skip to content

Commit d8df263

Browse files
committed
Upgrade usage release to 3.2.
1 parent 41b54f9 commit d8df263

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This is an open source project managed by the [Authress Engineering team](https:
6868
* [Migrating from v1 to v2 of openapi-explorer](./CHANGELOG.md#2.0) - Review the breaking changes
6969
* [Property and variables documentation](./docs/documentation.md)
7070
* [Examples (Vue, React, JS, and more)](./docs/examples.md)
71-
* Generate the open specification document necessary for this library - by using an editor or by following the [Open API Specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md)
71+
* Generate the open specification document necessary for this library - by using an editor or by following the [Open API Specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.2.0.md)
7272
* [Styling your openapi-explorer UI](./docs/styling.md)
7373
* [Recent changes and updates](./CHANGELOG.md)
7474

@@ -94,7 +94,7 @@ import 'openapi-explorer';
9494

9595

9696
## Copyright
97-
Copyright 2023-2024 Rhosys AG
97+
Copyright Rhosys AG
9898

9999
Licensed under the Apache License, Version 2.0 (the "License");
100100
you may not use this repository source except in compliance with the License.

docs/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The spec includes the ability to specify additional custom properties directly i
247247
The specification itself can have its locale set so that the OpenAPI Explorer can automatically render in the correct language. Set the `x-locale` option into the `info` property, and if the OpenApi Specification has been translated into that language it will be converted.
248248
```json
249249
{
250-
"openapi": "3.1.0",
250+
"openapi": "3.2.0",
251251
"info": {
252252
"title": "Test API",
253253
"version": "1.0.0",

0 commit comments

Comments
 (0)