Skip to content

Commit

Permalink
mark v0.1.6 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miłosz Skaza authored May 12, 2023
1 parent f933d9c commit 69f5618
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tests/snapshots/swagger.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down
Binary file modified tests/snapshots/swagger.test.ts.snap
Binary file not shown.

0 comments on commit 69f5618

Please sign in to comment.