From 5d73b337aa8c69c0db2d1a59d1d9e5de4745fffd Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 5 Jul 2024 11:04:47 +0200 Subject: [PATCH] 1.0.28 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0575231..cb310b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fin.cx/portablefinance", - "version": "1.0.27", + "version": "1.0.28", "private": false, "description": "An interface package for handling financial transactions and account data within the financeplus organization.", "main": "dist_ts/index.js", @@ -52,4 +52,4 @@ "csv", "typescript" ] -} \ No newline at end of file +}