diff --git a/package.json b/package.json index 762bd4d..9a6f032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tourist", - "version": "0.1.4", + "version": "0.1.5", "description": "Tourist is an API for artificially visiting vulnerable web applications in CTF challenges", "main": "src/index.ts", "repository": "https://github.com/CTFd/tourist", diff --git a/tests/snapshots/swagger.test.ts.md b/tests/snapshots/swagger.test.ts.md index f8c0fb9..6915d97 100644 --- a/tests/snapshots/swagger.test.ts.md +++ b/tests/snapshots/swagger.test.ts.md @@ -15,7 +15,7 @@ Generated by [AVA](https://avajs.dev). info: { description: 'Tourist is an API for artificially visiting vulnerable web applications in CTF challenges', title: 'tourist', - version: '0.1.4', + version: '0.1.5', }, openapi: '3.0.3', paths: { @@ -845,7 +845,7 @@ Generated by [AVA](https://avajs.dev). info: { description: 'Tourist is an API for artificially visiting vulnerable web applications in CTF challenges', title: 'tourist', - version: '0.1.4', + version: '0.1.5', }, openapi: '3.0.3', paths: { diff --git a/tests/snapshots/swagger.test.ts.snap b/tests/snapshots/swagger.test.ts.snap index c7d0a61..9188317 100644 Binary files a/tests/snapshots/swagger.test.ts.snap and b/tests/snapshots/swagger.test.ts.snap differ