Skip to content

Commit

Permalink
docs: updated to version 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ageddesi committed Jan 24, 2023
1 parent 4233213 commit d9e7797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocked-api",
"version": "0.17.1",
"version": "0.17.2",
"description": "An API library for providing endpoints of mock data for use during testing",
"main": "server.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "0.17.1",
"version": "0.17.2",
"title": "Mocked-API",
"description": "An API library for providing endpoints of mock data for use during testing. This API is still in the development and until it reaches version 1.0.0 the API is subject to change. To find out more head over to https://mocked-api.dev/"
},
Expand Down

0 comments on commit d9e7797

Please sign in to comment.