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*",