From a5016223875c0a1a5b212d032126ec063715238b Mon Sep 17 00:00:00 2001 From: Mathias Scherer Date: Thu, 15 Jun 2023 12:24:39 +0200 Subject: [PATCH] chore: corrects package version to proper semver bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ec83f1..c634ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bexio", - "version": "3.0.1", + "version": "3.1.0", "description": "NPM Package for the api of bexio.com", "main": "lib/index.js", "types": "lib/index.d.ts",