Compare commits

...

2 commits

Author SHA1 Message Date
James Long abfac16e8c Prettier 2022-12-03 23:19:26 -05:00
James Long 006ea7f692 v22.12.03 2022-12-03 23:12:40 -05:00
4 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "@actual-app/web",
"version": "22.10.25",
"version": "22.12.03",
"license": "MIT",
"files": [
"build"

View file

@ -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",

View file

@ -368,7 +368,7 @@ export default React.memo(function BudgetSummary({ month }) {
{
name: 'set-3-avg',
text: 'Set budgets to 3 month avg'
},
}
]}
/>
</Tooltip>