Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

[WIP] 🔖 (25.2.1) fix desktop apps and reports page #563

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actual-sync",
"version": "25.2.0",
"version": "25.2.1",
"license": "MIT",
"description": "actual syncing server",
"type": "module",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "25.2.0",
"@actual-app/web": "25.2.1",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.7.0",
"body-parser": "^1.20.3",
Expand Down
Loading