Skip to content

Commit

Permalink
Upgrading actual api and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonderson committed Jul 3, 2024
1 parent ff98872 commit 5717af4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actual-http-api",
"version": "0.9.1",
"version": "0.9.2",
"description": "Basic Actual Budgeting API exposed through HTTP endpoints",
"main": "server.js",
"bin": "./server.js",
Expand All @@ -10,7 +10,7 @@
"author": "jhonderson",
"license": "MIT",
"dependencies": {
"@actual-app/api": "^6.8.1",
"@actual-app/api": "^6.8.2",
"express": "^4.18.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
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.9.1',
version: '0.9.2',
},
components: {
securitySchemes: {
Expand Down

0 comments on commit 5717af4

Please sign in to comment.