From 15e2f2dce75f028debd21feee69f1e60befe3953 Mon Sep 17 00:00:00 2001 From: James Long Date: Fri, 2 Dec 2022 10:40:02 -0500 Subject: [PATCH] v22.12.03 --- packages/api/package.json | 2 +- packages/desktop-client/package.json | 2 +- packages/desktop-electron/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",