From 804d7f51f976f788c52e7e29f39bba6ddda847cf Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 16 Nov 2023 02:10:54 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- readme.md | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index acad10a..7ae0f99 100644 --- a/package.json +++ b/package.json @@ -43,4 +43,4 @@ }, "homepage": "https://gitlab.com/fin.cx/portablefinance#readme", "type": "module" -} +} \ No newline at end of file diff --git a/readme.md b/readme.md index 40da223..eb4790d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# @financeplus/finplus-interfaces +# @fin.cx/portablefinance an interface package for the financeplus organization ## Availabililty and Links diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2021802..279ce32 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.16', + version: '1.0.17', description: 'an interface package for the financeplus organization' }