diff --git a/example/example.documentation.yaml b/example/example.documentation.yaml index 9b26754b7..1aee8332b 100644 --- a/example/example.documentation.yaml +++ b/example/example.documentation.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: Example API - version: 16.2.0 + version: 16.2.1 paths: /v1/user/retrieve: get: diff --git a/package.json b/package.json index 1d2c831a8..7950e623e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-zod-api", - "version": "16.2.0", + "version": "16.2.1", "description": "A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.", "license": "MIT", "repository": {