diff --git a/packages/api/package.json b/packages/api/package.json index 2007308..1fc3d73 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/api", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "description": "An API for Actual", "main": "index.js", diff --git a/packages/desktop-client/package.json b/packages/desktop-client/package.json index bfee385..8a1e36a 100644 --- a/packages/desktop-client/package.json +++ b/packages/desktop-client/package.json @@ -1,6 +1,6 @@ { "name": "@actual-app/web", - "version": "22.10.25", + "version": "22.12.03", "license": "MIT", "files": [ "build" diff --git a/packages/desktop-electron/package.json b/packages/desktop-electron/package.json index e6fdf12..f6890d4 100644 --- a/packages/desktop-electron/package.json +++ b/packages/desktop-electron/package.json @@ -3,7 +3,7 @@ "productName": "Actual", "author": "Shift Reset LLC", "description": "A simple and powerful personal finance system", - "version": "22.10.25", + "version": "22.12.03", "scripts": { "clean": "rm -rf dist", "build": "electron-builder",