diff --git a/example/example-documentation.yaml b/example/example-documentation.yaml index 2bdcc5b0..53ea4819 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.2.0-beta1 + version: 1.2.0 contact: name: Anna Bocharova url: https://robintail.cz diff --git a/package.json b/package.json index addbca38..6f3f4cfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-sockets", - "version": "1.2.0-beta1", + "version": "1.2.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",