From 095412bccba1517318decff2c0c34108a99b67ac Mon Sep 17 00:00:00 2001 From: Matt Fiddaman Date: Thu, 6 Feb 2025 18:16:17 +0000 Subject: [PATCH] bump version to v25.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fef448ea0..ca75553d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actual-sync", - "version": "25.2.0", + "version": "25.2.1", "license": "MIT", "description": "actual syncing server", "type": "module", @@ -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",