Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMalone87 committed Feb 3, 2025
1 parent 1acedd4 commit 2733917
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion oas/2.0/agencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Agencies"
description: "API Description"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://127.0.0.1:5001/api/v1"
description: "Development environment"
Expand Down
2 changes: 1 addition & 1 deletion oas/2.0/authentication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Authentication"
description: "API Description"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://dev.nationalpolicedata.org/api/v1"
description: "Development environment"
Expand Down
2 changes: 1 addition & 1 deletion oas/2.0/complaints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Complaints"
description: "API Description"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://127.0.0.1:5001/api/v1"
description: "Development environment"
Expand Down
2 changes: 1 addition & 1 deletion oas/2.0/litigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Litigation"
description: "API Description"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://127.0.0.1:5001/api/v1"
description: "Development environment"
Expand Down
2 changes: 1 addition & 1 deletion oas/2.0/officers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Officers"
description: "API Description"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://127.0.0.1:5001/api/v1"
description: "Development environment"
Expand Down
2 changes: 1 addition & 1 deletion oas/2.0/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Search"
description: "API Description"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://127.0.0.1:5001/api/v1"
description: "Local environment"
Expand Down
2 changes: 1 addition & 1 deletion oas/2.0/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Sources"
description: "API Description"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://127.0.0.1:5001/api/v1"
description: "Development environment"
Expand Down
2 changes: 1 addition & 1 deletion oas/2.0/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Users"
description: "User Management API"
version: "0.1.0"
version: "0.7.0"
servers:
- url: "http://127.0.0.1:5001/api/v1"
description: "Development environment"
Expand Down

0 comments on commit 2733917

Please sign in to comment.