From 04f27a1a4e822ce4f905aeb5e35477bd1ecc3c03 Mon Sep 17 00:00:00 2001 From: John Akerman Date: Mon, 9 Dec 2019 23:10:58 +0000 Subject: [PATCH] 0.1.1 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e776613..6aef46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitoutofhours", - "version": "1.0.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8022c92..fc90347 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "gitoutofhours", - "version": "0.1.0", + "version": "0.1.1", "description": "View commit information on out of hours commits on a repo", "main": "index.js", "bin": { "gitoutofhours": "./bin/gitoutofhours.js" }, "author": "John Akerman", - "repository": { + "repository": { "type": "git", "url": "https://github.com/JohnAkerman/GitOutOfHours.git" },