Bump version to v24.10.1

This commit is contained in:
Matiss Janis Aboltins
2024-10-08 18:05:06 +01:00
parent 888d2e9cce
commit d0fcfd2d5a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actual-app/api",
"version": "24.10.0",
"version": "24.10.1",
"license": "MIT",
"description": "An API for Actual",
"engines": {

View File

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

View File

@@ -3,7 +3,7 @@
"author": "Actual",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "24.10.0",
"version": "24.10.1",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",