From d3e39fcdf224f48d9e27ccfec69184638f57448b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 16 Nov 2023 02:11:25 +0100 Subject: [PATCH] fix(core): update --- readme.md | 4 +--- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index eb4790d..64304fe 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,5 @@ We are always happy for code contributions. If you are not the code contributing For further information read the linked docs at the top of this readme. -> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) +> MIT licensed | **©** [Task Venture Capital GmbH](https://lossless.gmbh) | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy) - -[![repo-footer](https://lossless.gitlab.io/publicrelations/repofooter.svg)](https://maintainedby.lossless.com) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 279ce32..4e2df64 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@fin.cx/portablefinance', - version: '1.0.17', + version: '1.0.18', description: 'an interface package for the financeplus organization' }