Skip to content

Commit

Permalink
17.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Mar 19, 2024
1 parent 983b8d6 commit 14d2eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example.documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Example API
version: 17.4.1-beta1
version: 17.4.1
paths:
/v1/user/retrieve:
get:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-zod-api",
"version": "17.4.1-beta1",
"version": "17.4.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": {
Expand Down

0 comments on commit 14d2eda

Please sign in to comment.