diff --git a/example/example-documentation.yaml b/example/example-documentation.yaml index 75c93b9e..443f267d 100644 --- a/example/example-documentation.yaml +++ b/example/example-documentation.yaml @@ -1,7 +1,7 @@ asyncapi: 3.0.0 info: title: Example APP - version: 2.0.0 + version: 2.0.1 contact: name: Anna Bocharova url: https://robintail.cz diff --git a/package.json b/package.json index 07b03025..b9d5cfa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-sockets", - "version": "2.0.0", + "version": "2.0.1", "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",