From a69633b1fa7ca2aef612c551d69bb1138ecfc54c Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Sun, 6 Jul 2025 00:07:00 +0300 Subject: [PATCH] Update version --- backend/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index ca5442c..f11858d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "v0.63", + "version": "v0.64", "description": "", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index 1387e32..6a0b896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tududi", - "version": "v0.63", + "version": "v0.64", "description": "Self-hosted task management with hierarchical organization (Areas > Projects > Tasks), multi-language support, and Telegram integration. Built with React/TypeScript frontend and functional programming Express.js backend.", "main": "index.js", "directories": {