From 478e0350aee148d9a1e8e919435ba9d5f38ae754 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Tue, 6 Oct 2020 13:28:34 +0300 Subject: [PATCH] v0.1.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c20c42e..bbbc61f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "zwiftout", - "version": "0.1.0", + "version": "0.1.1", "license": "GPL-3.0-or-later", "description": "Zwift workout generator command line tool and library", "author": "Rene Saarsoo ", "repository": { - "type" : "git", - "url" : "https://github.com/nene/zwiftout.git" + "type": "git", + "url": "https://github.com/nene/zwiftout.git" }, "scripts": { "lint:ts": "tsc --noEmit",