diff --git a/package.json b/package.json index 5633b73..23d3705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tourist", - "version": "0.1.2", + "version": "0.1.3", "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 4c978ec..4d24b88 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.2', + version: '0.1.3', }, openapi: '3.0.3', paths: { @@ -806,7 +806,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.2', + version: '0.1.3', }, openapi: '3.0.3', paths: { diff --git a/tests/snapshots/swagger.test.ts.snap b/tests/snapshots/swagger.test.ts.snap index b1235d1..2998811 100644 Binary files a/tests/snapshots/swagger.test.ts.snap and b/tests/snapshots/swagger.test.ts.snap differ