Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonderson committed Jun 25, 2024
1 parent cd1251a commit ff98872
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.9.0",
"version": "0.9.1",
"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.9.0',
version: '0.9.1',
},
components: {
securitySchemes: {
Expand Down

0 comments on commit ff98872

Please sign in to comment.