Skip to content

Commit 4e34ab0

Browse files
author
Miłosz Skaza
authored
mark 0.1.3 (#72)
1 parent f305b6d commit 4e34ab0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tourist",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Tourist is an API for artificially visiting vulnerable web applications in CTF challenges",
55
"main": "src/index.ts",
66
"repository": "https://github.com/CTFd/tourist",

tests/snapshots/swagger.test.ts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generated by [AVA](https://avajs.dev).
1515
info: {
1616
description: 'Tourist is an API for artificially visiting vulnerable web applications in CTF challenges',
1717
title: 'tourist',
18-
version: '0.1.2',
18+
version: '0.1.3',
1919
},
2020
openapi: '3.0.3',
2121
paths: {
@@ -806,7 +806,7 @@ Generated by [AVA](https://avajs.dev).
806806
info: {
807807
description: 'Tourist is an API for artificially visiting vulnerable web applications in CTF challenges',
808808
title: 'tourist',
809-
version: '0.1.2',
809+
version: '0.1.3',
810810
},
811811
openapi: '3.0.3',
812812
paths: {

tests/snapshots/swagger.test.ts.snap

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)