diff --git a/README.md b/README.md index b10923335..18b2eba7f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Java Spring template for the [AsyncAPI Generator](https://github.com/asyncapi/ge +- [Attention, AsyncAPI v3 is not currently supported by this template](#attention-asyncapi-v3-is-not-currently-supported-by-this-template) - [Usage](#usage) * [AsyncAPI definitions](#asyncapi-definitions) * [Supported parameters](#supported-parameters) diff --git a/package-lock.json b/package-lock.json index 2cf66d192..0530ea2f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/java-spring-template", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/java-spring-template", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", diff --git a/package.json b/package.json index 2a988bd16..3755c936c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/java-spring-template", - "version": "1.4.0", + "version": "1.5.0", "description": "Java Spring template for AsyncAPI generator.", "keywords": [ "asyncapi",