diff --git a/package.json b/package.json index 425b62e..abacf07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tourist", - "version": "0.1.5", + "version": "0.1.6", "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 38b92d2..545c53d 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.5', + version: '0.1.6', }, openapi: '3.0.3', paths: { @@ -849,7 +849,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.5', + version: '0.1.6', }, openapi: '3.0.3', paths: { diff --git a/tests/snapshots/swagger.test.ts.snap b/tests/snapshots/swagger.test.ts.snap index 30b6d7f..9a0cdd7 100644 Binary files a/tests/snapshots/swagger.test.ts.snap and b/tests/snapshots/swagger.test.ts.snap differ