From 1979da0df2a8a30583de7e6a10a46d1459eb6288 Mon Sep 17 00:00:00 2001 From: Dick Wolff Date: Tue, 21 May 2024 20:49:16 +0200 Subject: [PATCH] Apparently there is a gitversion mismatch --- GitVersion.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 1f98a3f..59a1726 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 0.13.1 +next-version: 0.13.2 assembly-informational-format: "{NuGetVersion}" mode: ContinuousDeployment branches: diff --git a/package.json b/package.json index f099fe5..72f1f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "export-to-ghostfolio", - "version": "0.13.1", + "version": "0.13.2", "type": "module", "description": "Convert multiple broker exports to Ghostfolio import", "scripts": {