From a7d8d9456f2138df4162787f0d9ff99d4ad3952c Mon Sep 17 00:00:00 2001 From: Takeshi Iwana Date: Tue, 5 Jan 2021 10:34:19 -0700 Subject: [PATCH] v2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e67ae1..e8f306c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitly", - "version": "2.0.0", + "version": "2.0.1", "description": "An API to download and/or extract git repositories", "main": "lib/main.js", "repository": "github:iwatakeshi/gitly",