diff --git a/example/example-documentation.yaml b/example/example-documentation.yaml index ee3245b3..2df62421 100644 --- a/example/example-documentation.yaml +++ b/example/example-documentation.yaml @@ -1,7 +1,7 @@ asyncapi: 3.0.0 info: title: Example APP - version: 1.0.0 + version: 1.1.0 contact: name: Anna Bocharova url: https://robintail.cz diff --git a/package.json b/package.json index 97a879fd..12bf0c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-sockets", - "version": "1.0.0", + "version": "1.1.0", "description": "Socket.IO solution with I/O validation and the ability to generate AsyncAPI specification and a contract for consumers", "type": "module", "main": "dist/index.cjs",