From eb7f5dc940b757d70d2fc2072f730545293a995b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Thu, 19 Oct 2023 11:42:19 +0300 Subject: [PATCH] Updated docs --- LICENSE | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index f860972..3c0e6eb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-22 Ionică Bizău (https://ionicabizau.net) +Copyright (c) 2015-23 Ionică Bizău (https://ionicabizau.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index b1f5104..b394549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-stats", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "git-stats", - "version": "3.1.1", + "version": "3.1.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 49073a5..20ba4ba 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,7 @@ " // The file where the commit hashes will be stored", " , \"path\": \"~/.git-stats\"", "", - " // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121" + " // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121", " , first_day: \"Sun\"", "", " // This defaults to *one year ago*",