From 1a3745951bcdeb3d20b2734abfd0a95b54bf4a5a Mon Sep 17 00:00:00 2001 From: Takeshi Iwana Date: Sun, 10 Nov 2019 01:08:08 -0700 Subject: [PATCH] v1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a9e074..5119188 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "typescript": "^3.7.2" }, "name": "gitly", - "version": "1.0.0", + "version": "1.0.1", "description": "An API to download and/or extract git repositories", "main": "lib/main.ts", "repository": "github:iwatakeshi/gitly", @@ -35,4 +35,4 @@ "lint:fix": "tslint -p . -t stylish --fix" }, "types": "lib/main.d.ts" -} \ No newline at end of file +}