Skip to content

Commit

Permalink
Bump actual http api version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonderson committed Sep 8, 2024
1 parent 1a5c59a commit b211523
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actual-http-api",
"version": "0.10.0",
"version": "0.11.0",
"description": "Basic Actual Budgeting API exposed through HTTP endpoints",
"main": "server.js",
"bin": "./server.js",
Expand Down
2 changes: 1 addition & 1 deletion src/config/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const openapiSpecification = swaggerJsdoc({
name: 'MIT',
url: 'http://opensource.org/licenses/MIT',
},
version: '0.10.0',
version: '0.11.0',
},
components: {
securitySchemes: {
Expand Down

0 comments on commit b211523

Please sign in to comment.