From 29cdd41966dc82c289e434ce3e64c7f6c7c2935d Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Sun, 21 Mar 2021 15:06:14 +0200 Subject: [PATCH] 2.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3718917..6d8d243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwiftout", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-3.0-or-later", "description": "Zwift workout generator command line tool and library", "author": "Rene Saarsoo ", @@ -21,7 +21,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { - "zwiftout": "./bin/zwiftout.js" + "zwiftout": "bin/zwiftout.js" }, "dependencies": { "argparse": "^2.0.1",